代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.c
// ************************************************
// *** 采用4位数据线的1602液晶驱动程序 ***
// *** LCD.C ***
// ************************************************
#define ENABLE_BIT_DEFINITIONS
#define LCD_C
lcd._h
// ************************************************
// *** LCD_4BIT Driver V1.0 ***
// *** LCD.H ***
// ************************************************
/* LCD data bus, 4 bit mode */
// *** LCD
lcd.lis
.module LCD.c
.area text(rom, con, rel)
0000 .dbfile D:\dai\AVR_USART\LCD.c
0000 .dbfunc e LCD_INIT _LCD_INIT f
lcd.o
XL
H 1 areas 16 global symbols
M LCD.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S _delay_nus Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
A text
lcd._c
// ************************************************
// *** 采用4位数据线的1602液晶驱动程序 ***
// *** LCD.C ***
// ************************************************
#define ENABLE_BIT_DEFINITIONS
#define LCD_C
lcd.h
// ************************************************
// *** LCD_4BIT Driver V1.0 ***
// *** LCD.H ***
// ************************************************
/* LCD data bus, 4 bit mode */
// *** LCD
lcd.s
.module LCD.c
.area text(rom, con, rel)
.dbfile D:\dai\AVR_USART\LCD.c
.dbfunc e LCD_INIT _LCD_INIT fV
.even
_LCD_INIT::
.dbline -1
.dbline 52
; // *************************************
lcd.c
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
LCD.C File
Created by Computer-lov. Date: 2005.3.19
Last