CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - lcd1602 键盘

搜索资源列表

  1. FPGAshiyan(17)

    0下载:
  2. FPGA入门系列实验教程——实验十七.LCD1602显示PS2键盘的键值-Getting Started with FPGA tutorial series of experiments- experiments seventh. LCD1602 display key PS2 keyboard
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:483064
    • 提供者:lutangshi
  1. module

    1下载:
  2. 基于verilog的矩阵键盘和lcd1602显示-Verilog-based matrix keyboard and display lcd1602
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:2816
    • 提供者:guoyinghong
  1. TWO-MCU

    0下载:
  2. 两个SCT80C52单片机之间的通信,包含键盘控制LCD1602显示部分,在实际操作中也成功的经典程序-Two SCT80C52 communication between the microcontroller, a keyboard control LCD1602 display part in practice but also the success of the classic procedure
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:3554
    • 提供者:chenfeihu
  1. ps2-LCD1602

    0下载:
  2. PS2键盘字符码输出在lcd1602上显示,对初学者具有参考价值-PS2 keyboard character code displayed on the output lcd1602, a reference value for beginners
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:99560
    • 提供者:刘渝
  1. PS2-VGA-lcd1602

    1下载:
  2. 通过PS/2的键盘输入,在VGA(800×600)上显示输入的字符,其显示具有空格、回车、退格,一频显示完后滚动显示的功能。并且也能在LCD1602上显示键值和对应的扫描码。对于初学者具有很好的参考价值,并具有完整的工程、原理介绍、代码注释,希望能给各位朋友带来帮助 -Through PS/2 keyboard input, VGA (800 × 600) display the characters entered, the display has a space, carriage r
  3. 所属分类:VHDL编程

    • 发布日期:2013-01-25
    • 文件大小:2795360
    • 提供者:刘渝
  1. NOIS_shizhong

    0下载:
  2. lcd1602 时钟显示键盘控制 可调 noios ii代码 EP2c5q208c8-lcd1602 时钟显示键盘控制
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-29
    • 文件大小:11948676
    • 提供者:李刚
  1. FPGA_ps2_lcd

    1下载:
  2. FPGA实现 LCD1602 显示 PS/2 键盘的键值,熟悉并掌握液晶 1602 显示屏的使用方法及PS/2键盘的接口标准,学习利用Verilog-HDL语言编写有限状态机实现较为复杂的设计与应用。-LCD1602 FPGA realizing that the PS/2 keyboard keys, familiar with and master the use of liquid crystal display 1602 method and PS/2 keyboard interfac
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-04-16
    • 文件大小:81920
    • 提供者:liu
  1. LCD1602-fpga-verilog

    0下载:
  2. 功能:LCD1602显示屏显示PS2键盘的键值。用verilog编写。-LCD1602 display shows the the PS2 keyboard keys verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-11
    • 文件大小:485630
    • 提供者:飞飞法
  1. EP2C8-2010_FPGA

    0下载:
  2. EP2C208C8 FPGA开发源代码(芯蓝C8板) turn_on_led 点亮LED sw_led 拨动开关控制LED rider_led 跑马灯 water_led 流水灯 key_led_without_debounce 轻触开关控制LED,无按键去抖 key_led_with_debounce 轻触开关控制LED,有按键去抖 seg7x8_dynamic_disp 七段数码管动态显示 matrixKeyb
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:3846240
    • 提供者:wqc
  1. CycloneII-VerilogV

    0下载:
  2. Altra CyloneII Verilog文件,共有18个工程,包括标准键盘、串口、VGA、EEPROM、LCD1602等操作源码-Altra CyloneII Verilog files,include keyboar.com.VGA、EEPROM、LCD1602 operation surce codes
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-02
    • 文件大小:14690442
    • 提供者:天天向上
  1. ps2_lcd16

    0下载:
  2. verilog 编写的ps2键盘接口协议,FPGA接收到断码后确定通码,译码后显示到lcd1602上。说明:只是个按键,没有检测shift按键。只是译码了部分按键。-it is design by verilog language.the function is encode the keyboard and show on lcd. notice:the encode part is only encode one key. and only encode part of the keyboa
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:817969
    • 提供者:lee
  1. calculator

    3下载:
  2. 基于FPGA DE2开发板的计算器设计。Verilog语言编写。矩阵键盘输入,LCD1602显示。程序包括按键扫描模块、数值处理计算模块和LCD控制写模块等。-Calculator design based on FPGA DE2 development board. language use Verilog. Matrix keyboard input, LCD1602 display. Program includes key scanning module and LCD module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-04-01
    • 文件大小:3156992
    • 提供者:尹仁超
  1. scan_key_4x4_1602

    2下载:
  2. 基于xilinx的fpga4x4矩阵键盘输入lcd1602显示矩阵键盘输入代码,模块化设计,程序易移植-Based on xilinx fpga4x4 matrix keyboard input lcd1602 display matrix keyboard input code, modular design, easy to transplant program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-13
    • 文件大小:695055
    • 提供者:何以解优
搜珍网 www.dssz.com