代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
extern lcd_display ( unsigned char display_data ) ;
extern lcd_init () ;
extern WriteLCD_Command( unsigned char Command );
extern WriteLCD_Data( unsigned char Data ) ;
extern LCDBusyWait()
lcd.h
#include "function.h"
sbit RW =P3^4;
sbit DI =P3^3;
sbit E =P3^5;
sbit CS1 =P3^0;
sbit CS2 =P3^1;
sbit RET =P3^2;
#define NUM P2
//#define uchar unsigned char
//uchar h ,y , yeqis
lcd.c
/**
Functions for simplified LCD usage. This module is for HD44780 and compatible
display controllers. Note that this controller has a display
memory for two lines with 64 characters on each, but m
lcd.h
/**
LCD functions, header file.
chris
*/
#ifndef LCD_H
#define LCD_H
//Instructions for LCD chip
/** Switch on display.
IMPORTANT: lcdDelay(LCDDELAY2)
lcd.c
/**
Functions for simplified LCD usage. This module is for HD44780 and compatible
display controllers. Note that this controller has a display
memory for two lines with 64 characters on each, but m
lcd.h
/**
LCD functions, header file.
chris
*/
#ifndef LCD_H
#define LCD_H
//Instructions for LCD chip
/** Switch on display.
IMPORTANT: lcdDelay(LCDDELAY2)
lcd.c
#include
#include
#include
#include "HZcode.h"
#include "LCD.h"
#include "1302.h"
#include "key.h"
#include "adc0831.h"
uchar time0_count; //time0计数器
//t
lcd.lnp
"LCD.obj"
TO "LCD"
lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {