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

搜索资源列表

  1. LCD1602

    0下载:
  2. LCD1602.h驱动程序,下载后改成h后缀
  3. 所属分类:汇编语言

    • 发布日期:2014-01-16
    • 文件大小:3769
    • 提供者:赠予
  1. ADS1100ok!

    1下载:
  2. 这个是一个用Keil C51编写的16位串行AD芯片ADS1100的驱动程序示例,程序中含有写好的ADS1100.H标准驱动函数和LCD1602.H液晶驱动函数,用51模拟IIC总线进行数据采集。提供API式外部函数接口:void Init_ads1100(unsigned char mdata) unsigned int Rd_ads1100(void) 具体功能见程序中的*.C测试文件。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-16
    • 文件大小:30944
    • 提供者:王彪
  1. MAX144ok!

    0下载:
  2. 这个是一个用Keil C51编写的12位2通道串行AD芯片MAX144的驱动程序示例,程序中含有写好的MAX144.H标准驱动函数和LCD1602.H液晶驱动函数,提供API式外部函数接口:具体功能见程序中的*.C测试文件。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-16
    • 文件大小:17166
    • 提供者:王彪
  1. LCD1602

    0下载:
  2. W25x系列Flash芯片驱动程序(SPI调试通过) main.c文件: #include "stm32f10x_it.h" #include"hw_conf.h" #include "spi_flash.h"-this is lcd1602
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:838
    • 提供者:王先生
  1. lcd1602

    0下载:
  2. sbit DS1302_CLK = P3^4 //实时时钟 线引脚 sbit DS1302_IO = P3^3 //实时时钟数据线引脚 sbit DS1302_RST = P3^5 //实时时钟复位线引脚-#include <REG51.H> #include <intrins.h> //#include "LCD1602.h" //#include "DS1302.h" #define uint unsigned int #defi
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:603548
    • 提供者:ruan
  1. flp

    0下载:
  2. Tlc549的驱动。其中头文件#include "lcd1602.h"就是显示部分-Tlc549 driver. Which header file# include " lcd1602.h" show is part of
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:52049
    • 提供者:黄华
  1. LCD1602

    0下载:
  2. 16*2字符型液晶屏驱动程序 IO方式,适用于所有51内核的单片机 /************************************** 16x2 Alphanumeric LCD Drivers Author: Peng Jin Biao Email: pengjinbiao@163.com Date: 2007-9-1 Environment: Keil C51 uV2 MCU: 8051 LCD Model: RT1602C Note
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:1072
    • 提供者:彭金彪
  1. Mega16

    0下载:
  2. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:345933
    • 提供者:邹浩
  1. LCD1602

    0下载:
  2. 文 件 名: lcd1602.h 创 建 人: 陈明计 最后修改日期: 2003年4月27日 描 述: DP-51的液晶TC1602A的驱动程序头文件 ----------历史版本信息------------ 创建人: 陈明计 版 本: V1.0 日 期: 2003年4月27日 描 述: 原始版本,应用于Small RTOS 51 v1.12.1 -File name: lcd1602.h Create by: Chen meter Last modi
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:12697
    • 提供者:张英博
  1. lcd1602

    0下载:
  2. 经典的液晶显示程序 1602 详细说明-#include<reg51.h> #include<intrins.h>
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:903
    • 提供者:bingge
  1. key.h-and-lcd1602.h

    0下载:
  2. 1602 矩阵键盘 lcd 头文件。方便使用,避免代码杂乱。-1602 matrix keyboard lcd header file.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:9432
    • 提供者:5lvt
  1. lcd1602

    0下载:
  2. 字符液晶1602仿真测试跟实际硬件基本没区别,就是对比度不可调,还有应答信号问题,见库"LCD1602.h"的说明-Character LCD with the actual hardware simulation test 1602 did the basic difference is that the contrast is not adjustable, and acknowledge the problem, see the library " LCD1602.h"
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:74081
    • 提供者:zhengt
  1. LCD1602-driver

    0下载:
  2. 液晶LCD1602完整驱动,有.c和.h两个文件,直接可以使用。-LCD LCD1602 complete drive, there is. C and. H two files, can be used directly.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5826
    • 提供者:qijun
  1. C51_LCD1602

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

    • 发布日期:2017-03-29
    • 文件大小:750
    • 提供者:袁某
  1. LCD1602

    0下载:
  2. LCD1602驱动程序,.h文件,直接将它添加到文件夹中,添加相应头文件名就可以用了。-I don t know english!
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:637
    • 提供者:伍勃
  1. LCD1602[1].h

    0下载:
  2. 这是基于单片机的计算器程序,在LCD1602屏上显示输出的结果-This is based on single-chip calculator program, Math functions can be achieved
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2534
    • 提供者:黄瓜
  1. jiaoduzhuanganqi

    0下载:
  2. 角度转感器的基本控制方法!部分代码如下: #include"lcd1602.h" #include"delay.h" #include"adxl345.h" void main() { uchar devid delay(500) //上电延时 init() //初始化 DisplayOneChar(0,0, A ) DisplayOneChar(1,0, : ) Init_ADXL345() //初始化AD
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:56016
    • 提供者:韦武
  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
    • 文件大小:78046
    • 提供者:罗宇宙
  1. LCD1602.h

    0下载:
  2. 是LCD1602的驱动文件,可以驱动LCD的显示,嗯,是的,可以驱动的,真的可以驱动-LCD1602 driver files, can drive the LCD display, ah, yes, you can drive really can drive
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:1159
    • 提供者:薛鹏飞
  1. Chapter-7

    0下载:
  2. DQ.c,DQ.h:DS18B20数据控制程序文件 DS18B20.c,DS18B20.h:DS18B20测温程序文件 LCD1602.LCD1602.h:LCD1602显示程序文件 LCD_CONTORL.c,LCD_CONTORL.h:LCD1602控制线程序文件 LCD_DATA.c, LCD_DATA.h:LCD1602数据线控制程序文件 Digital_Thermometer.c:主程序文件-The DQ.c, DQ.h: DS18B20 Data Control
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:30783
    • 提供者:wangshengsheng
« 12 »
搜珍网 www.dssz.com