CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 液晶LCD驱动

搜索资源列表

  1. 液晶芯片st7920

    0下载:
  2. 液晶模块7920的测试程序,根据本程序可是方便的修改出7920系列芯片的驱动程序!-LCD Module 7920 testing procedures, but the procedures to facilitate the change from the 7920 series chip driver!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:3.05kb
    • 提供者:阳光
  1. HD44780液晶显示板的c语言驱动程序

    0下载:
  2. HD44780 液晶显示板的c语言驱动程序,比较好,找了好久才找到的 -HD44780 LCD panels c language drivers, better to find a long time to find the
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:8.22kb
    • 提供者:李撑
  1. 一个工学习参考用的液晶屏驱动源程序

    0下载:
  2. 一个工学习参考用的液晶屏驱动源程序!可以显示文字字符和图形!-a reference for the study of the LCD driver source! Can display text characters and graphics!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-12
    • 文件大小:2.23kb
    • 提供者:he
  1. 12232-9serial

    0下载:
  2. 12232-9 液晶的驱动程序。 在89s51 下测试通过。-12232-9 LCD driver. Under s51 of the 89 test.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:tang
  1. mega128_lcd

    0下载:
  2. ssd1325控制器液晶的驱动程序,很难找到哦,不过也挺不容易用上;)-ssd1325 LCD controller drivers, it is difficult to find, oh, but it is not quite easy to use;)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:498.46kb
    • 提供者:韩茂琨
  1. lcd

    1下载:
  2. 液晶模块RTS12232D的68模式驱动程序,已经过测试。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.92kb
    • 提供者:黄河
  1. Exp2LCD

    0下载:
  2. lcd驱动控制,对与LCD驱动相关的寄存器进行初始化,在液晶显示器上显示一定的内容
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:34.51kb
    • 提供者:jia
  1. LCD.c

    0下载:
  2. 该文件是点阵型液晶驱动,可以驱动128*64点阵型液晶,同时,也可以驱动汉字
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:5.78kb
    • 提供者:白天
  1. 12232信利液晶基本驱动程序

    0下载:
  2. 122X32的点阵式液晶的驱动,基于ST7920驱动。此驱动网上不好找。-122X32 the dot-matrix LCD driver, based on the Driver drive. This driver not easy to find online.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:浩天正气
  1. LCM128645ZK 冬青科技的LCM128645ZK液晶模块驱动

    0下载:
  2. 冬青科技的LCM128645ZK液晶模块驱动,由C语言编写,在C8051F020上调试通过,兼容所有51单片机。-DongQing s LCM128645ZK LCD module driven by the C language, through debugging on the C8051F020, compatible with all 51 of the microcontroller.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-27
    • 文件大小:1.55kb
    • 提供者:changjing
  1. 用于STC12C5A60S2单片机 驱动

    0下载:
  2. 自己编写的用于STC12C5A60S2单片机 驱动 MzLH03 12864液晶的驱动程序,I have written for STC12C5A60S2 drive MzLH03 12864 single-chip LCD driver
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-29
    • 文件大小:998.17kb
    • 提供者:lkdsjosdj
  1. HB19264M1driver

    0下载:
  2. 海比邻公司的HB19264M1液晶屏驱动程序-The hi-billion s HB19264M1 LCD Driver
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:27.55kb
    • 提供者:韩栋
  1. 5110lcd

    0下载:
  2. 51单片机驱动诺基亚5110液晶,简单好上手,适合初学者以及开发工作人员作参考-51 Nokia 5110 LCD driver chip, simple and easy to use, suitable for beginners and developing staff for reference
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:2.01mb
    • 提供者:chenwei
  1. PS2Key

    0下载:
  2. 用单片机控制键盘的程序,利用中断获得键盘扫描码并转换为ASCII码,在1602液晶上显示字符。C语言编写,KEIL环境下编译,键盘驱动写得相当好。-Single-chip microcomputer to control the keyboard with the procedure, the use of interrupted access to the keyboard scan code and converted to ASCII code, in the 1602 character
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:22.92kb
    • 提供者:目前源
  1. MB95F168

    1下载:
  2. 基于MB95F168气体检漏仪软件代码,包括AD7705驱动,240X128也液晶显示驱动,皂膜检测驱动-MB95F168 gas leak detector based on software code, including the AD7705 driver, 240X128 LCD also driven soap film detection driver
  3. 所属分类:Other Embeded program

    • 发布日期:2016-05-22
    • 文件大小:426.13kb
    • 提供者:shaowei
  1. Sources

    0下载:
  2. 开发环境Freescale Codearrior;HCS08系列单片机(QE128)液晶驱动程序(ST7565)-Development environment for Freescale Codearrior HCS08 MCU (QE128) LCD Driver (ST7565)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:2.9kb
    • 提供者:李晓飞
  1. EX_OCM320240-3M

    0下载:
  2. OCM320240-3液晶显示驱动程序,包括LCD的初始化,显示程序-OCM320240-3 liquid crystal display drivers, including the LCD initialization, display program
  3. 所属分类:Other Embeded program

    • 发布日期:2014-04-13
    • 文件大小:394.18kb
    • 提供者:Mr miao
  1. LCD

    0下载:
  2. LPC2148 液晶驱动程序 驱动128X64点阵液晶-LPC2148
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:6.21kb
    • 提供者:王晓鸣
  1. T6963c(12864)-

    0下载:
  2. 基于T6963c的12864液晶驱动和电路 包括T6963C资料,驱动程序和破解版的字模生成软件. -The 12864-based T6963c including T6963C LCD driver and circuit information, drivers, and cracked version of the font generation software.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-25
    • 文件大小:595.07kb
    • 提供者:蒋露军
  1. LCD-SMS0801BPAD-Display

    1下载:
  2. 长沙太阳人电子公司SMS0810B液晶模块驱动程序。用430内部AD采数据,用SMS0810B液晶显示出来。-Changsha Sunman Electronics SMS0810B LCD driver. With 430 internal AD sample data, used SMS0810B LCD out.
  3. 所属分类:Other Embeded program

    • 发布日期:2016-08-16
    • 文件大小:220kb
    • 提供者:徐扬
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com