CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lcd12864.h

搜索资源列表

  1. LCD12864

    0下载:
  2. 12864串口液晶,包含两个文件:lcd.c与lcd.h. 调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:陈向东
  1. LCDMatrix

    0下载:
  2. 用VC实现将图片处理转存为C、H或TXT等文本文件,数据格式按液晶模块LCD12864显示要求,可方便单片机实现将图片显示到128X64液晶模块上。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69.42kb
    • 提供者:赖东东
  1. LCD12864

    0下载:
  2. 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={\"www.zansi.com\"} delay(BYTE ms) {
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:40.54kb
    • 提供者:yichongwen
  1. menu

    1下载:
  2. 真正实现完美应用的以LCD12864为显示终端的四行多级菜单源码(完整版),绝非某些人发那个毫无帮助的骗点数的PDF文档!压缩包中只包含了3个.h及2个.c文件,请自己在Keil下新建工程并加入相应文件
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:7.95kb
    • 提供者:赵奇
  1. 12864paint_sin

    0下载:
  2. 基于MSP430的LCD12864串行显示程序,里面有写好的h文件和c文件,添加即可运用。-Based on LCD12864 MSP430 serial show program, there are written h files and c file, adding can use.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:43.43kb
    • 提供者:张军
  1. LCD

    0下载:
  2. c8051f005与LCD12864的显示程序,自己写的,显示一条直线,用silicon软件打开工程,单独的.h,.c文件可以用c++来查看-LCD12864 display c8051f005 and procedures, their own writing, showing a straight line, using silicon software to open the project, separate. h,. c files can be used c++ to view
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:35.26kb
    • 提供者:bring
  1. LCD4

    0下载:
  2. LCD12864,4位并行接口.h、.c文件,用于ADE7169.包括相关的头文件-HG12864, 4-bit parallel interface. C file
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:6.99kb
    • 提供者:LIHAO
  1. LCD12864

    0下载:
  2. 单片机MEGA8操作液晶模块 LCD12864来画图,写字的程序,ICCAVR 下用C语言写得,很规范很清晰,方便大家移植。-SCM MEGA8 operating LCD module LCD12864 to drawing, writing procedures, ICCAVR with the C language written in the next, it is clear norms to facilitate all transplants.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:10.44kb
    • 提供者:
  1. 11

    0下载:
  2. 2003年全国大学生电子设计大赛赛题,使用步进电机控制储液瓶的高度,以调节液滴速度。 本程序为主函数,不含:LCD12864驱动头函数“液晶.h”,时钟与延时初始化函数“INI_CLK.h”。-2003 National Undergraduate Electronic Design Contest contest problems, use the step motor control of the liquid height, to adjust the droplet velocity
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:2.06kb
    • 提供者:沈天皓
  1. C51_LCD12864

    0下载:
  2. AT89C51/52单片机驱动点阵液晶屏LCD12864的程序,已经封装好,直接在工程中添加LCD12864.C文件,并且在主函数中#include LCD12864.H-AT89C51/52 dot matrix LCD driver chip LCD12864 procedures are packaged well, directly in the project to add LCD12864.C file, and in the main function# include LCD12
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:909byte
    • 提供者:袁某
  1. SPI-LCD12864

    0下载:
  2. 这是在STM32F107上通过SPI1测试12864液晶(ST7920驱动)的程序,已测试通过。因为是用SPI写FLASH的程序改的,看程序的时候只需关注12864.C和12864.h即可。 第一次上传不知道分类设的对不对,有问题请指教。-Key word: SPI serial port LCD12864(drive IC:ST7920)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-03-16
    • 文件大小:4.91mb
    • 提供者:Geoge
  1. LCD12864Real-time-temperature

    0下载:
  2. #include<reg51.h> #include"LCD12864.h" #include"zimo.h" #include"LCD1602.h" void hua_zuobiao(void) //画坐标 在LCD12864实时显示当前温度波形,Proteus仿真.C源码,Keil编译环境-# Include <reg51.h># Include " LCD12864.h" # include " zimo.h" #
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:76.22kb
    • 提供者:罗宇宙
  1. DIS12864

    0下载:
  2. STM32下LCD12864的驱动程序。可显示,移植区在LCD12864.H文件,LCD12864.C文件基本不用怎么修改。-STM32 under driver LCD12864. Showed that the transplanted area files in LCD12864.H, LCD12864.C file is the basic need to how to modify.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:308.6kb
    • 提供者:李牧林
  1. LCD_12864

    0下载:
  2. 基于MSP430的LCD12864并行驱动程序,里面有写好了的h文件和c文件,添加到工程即可运用-Based on LCD12864 MSP430 parallel driver, there are written the h files and c file,adding to the engineering can be used.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-15
    • 文件大小:6.51kb
    • 提供者:张军
  1. 12864dededechengxu

    0下载:
  2. /*------------------------------------------ lcd12864液晶显示驱动实 ---------------------------------------------- ----------------------------------------------- RS:D/I=H,表示DB7~DB0为显示数据 D/I=L,表示DB7~DB0为显示指令数据 -----------------------------------
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-25
    • 文件大小:1.7kb
    • 提供者:付路路
  1. LCD_12864_test

    0下载:
  2. 傻瓜式lcd12864显示驱动程序,全部包含在12864.h文件中-Fool lcd12864 display drivers, all files contained in the 12864.h
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:211.85kb
    • 提供者:王克柔
  1. lcd12864

    0下载:
  2. 液晶LCD12864驱动,包含.h和.c文件-LCD12864 driver,contain .h and .c
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:xialifang
  1. LCD12864_disop

    0下载:
  2. 基于MSP430的LCD12864头文件和C文件-based on MSP430 LCD12864.c LCD12864.h
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:朱培基
  1. LCD12864B

    0下载:
  2. 51单片机+LCD12864B st7920控制器 包含lcd12864.c和lcd12864.h-51 MCU+LCD12864B ST7920controller contains lcd12864.c and lcd12864.h
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:独孤枫
  1. LCD12864

    0下载:
  2. LCD12864(带字库)液晶驱动程序,包含C文件和H文件-LCD12864 (with word stock) LCD driver, including C files and H files
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:刘德
« 12 »
搜珍网 www.dssz.com