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

搜索资源列表

  1. LCD使用手册

    0下载:
  2. 详细介绍了1602液晶显示器的各种控制方法,从最简单的显示一个字母A出发到显示自定义的图形-details of the 1602 LCD various control methods, from the most simple letter A indicates a departure from the definition of display graphics
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.65mb
    • 提供者:王勋昌
  1. wavemoni51contr1602

    0下载:
  2. 51单片机控制1602液晶显示模块,显示两行数据经实践检验可行,-51 SCM 1602 LCD control module, shows two rows of data through practice feasible,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4.97kb
    • 提供者:李双印
  1. 1602LCD-Verilog

    0下载:
  2. 用FPGA控制在LCD1602上显示一段字符串。可以对LCD1602的控制有更深的了解-Using FPGA to control the LCD1602 display a string. LCD1602 can have a better understanding of the control
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:292.08kb
    • 提供者:马辛未
  1. lcd1602

    0下载:
  2. 1602液晶显示控制 verilog程序 -1602 LCD Control verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1.5mb
    • 提供者:jordan
  1. ccsc_dcp_lcd

    0下载:
  2. 使用PIC 16F877A及CCS-C语言编写的可以在ICD/MCD2 DEMO板上运行的应用程序,可以以RB0按键控制数字电位器(Xicor X9C102)改变电阻、并在DEMO板的1602 LCD上实时显示效果。-PIC 16F877A and the use of CCS-C language ICD/MCD2 DEMO board can run applications, key control can Rb0 Digital Potentiometers (Xicor X9C102)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1.51mb
    • 提供者:nickwolfe
  1. lcd1602_c

    0下载:
  2. 熟悉pic控制1602 LCD的使用方法 LCD循环显示本站网址和电话 硬件要求:LCD直接与单片机的A口和D口相连接调节电位器,调节LCD亮度。-Familiar with the pic to control the use of 1602 LCD cycle LCD display site URL and phone hardware: LCD directly with the MCU and D I A I adjust potentiometer is connected,
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1.96kb
    • 提供者:nick
  1. lcd_1602

    0下载:
  2. 1602 LCD控制的verilog代码,学习的好东西-1602 LCD control Verilog code, learning good things
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:52.76kb
    • 提供者:sdffer343
  1. 1602

    0下载:
  2. 液晶显示1602的驱动,51芯片并行控制。-1602 LCD driver, 51-chip parallel control.
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:11.26kb
    • 提供者:wkk
  1. 1602

    0下载:
  2. AVR单片机控制1602液晶显示屏,4位数据口传送,从右向左滚动显示“I Like AVR”等-1602 LCD AVR MCU Control, 4-bit data port transfer, from right to left scrolling shows " I Like AVR" , etc.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:699byte
    • 提供者:sky
  1. lcd

    0下载:
  2. 51单片机控制1602液晶显示,汇编语言编写-51 SCM control 1602 LCD display, written in assembly language
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:37.64kb
    • 提供者:coolbig
  1. 1602

    0下载:
  2. 1602液晶显示屏的控制和其初始化等一些简单的操作-1602 LCD control and the initialization of some simple operation
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:24.22kb
    • 提供者:张三导
  1. 1602LCDtest

    0下载:
  2. 1602LCD液晶显示控制的verilog源码-1602LCD LCD verilog source code control
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:536.6kb
    • 提供者:ilovethisgam
  1. 1602-LCD-remote-control

    0下载:
  2. 我上传的一个遥控1602液晶,用到的软件有两个所以只选了一个,有Keil C还有proteus仿真。-I uploaded a 1602 LCD remote control, software used in an election only two so there Keil C also proteus simulation.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:38.77kb
    • 提供者: 李强
  1. 1602-LCD-display-string

    0下载:
  2. atmega16控制1602LCD显示字符串-the atmega16 control 1602 LCD display string
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:24.31kb
    • 提供者:gaogao
  1. LCD-CONTROL

    0下载:
  2. 网上最好的80C51控制1602 LCD编程实例,将写命令和写数据复杂的程序直接写为函数,然后在主函数调用即可,使程序简单易懂,用一维数组输出想要显示的字符,操作更方便。-1602 LCD internet best 80C51 control programming examples, complex programs write command and write data directly written to function, and then called in the main f
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:730byte
    • 提供者:满生
  1. 1602-LCD-driver

    0下载:
  2. 本程序是单片机上的系统控制1602液晶屏的驱动程序,可以实现液晶屏的各种功能。-This program is a system control on the MCU 1602 LCD driver, various functions can be achieved LCD.
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:1.79kb
    • 提供者:方小敏
  1. LCD

    0下载:
  2. DSP5509 对于LCD的控制,lcd为1602液晶,由按键控制 显示 123456789 welcome-DSP5509 control for the LCD, lcd 1602 LCD control display 123456789 welcome by the key
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:218.97kb
    • 提供者:张强
  1. 1602

    0下载:
  2. 以上程序为C语言编制,用于89C52单片机对1602液晶控制,效果很好-Above procedure for the C language, for 89C52 MCU 1602 LCD control, the effect is very good ...
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:10.8kb
    • 提供者:郑鬼才
  1. AD-and-1602

    0下载:
  2. MSP430单片机控制,1602液晶显示器的程序-MSP430 MCU 1602 LCD control procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1.24kb
    • 提供者:刘永海
  1. 1602-LCD-clock-source-program

    0下载:
  2. 1602 液晶屏时钟源程序,用51系列单片机控制1602液晶显示时钟的程序,请安需要修改。-1602 LCD clock source, with 51 Series MCU control 1602 LCD display clock procedures, please need to modify.
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:41.9kb
    • 提供者:张炜扬
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com