代码搜索:LCD

找到约 10,000 项符合「LCD」的源代码

代码结果 10,000
www.eeworm.com/read/260013/11751742

lis lcd.lis

.module LCD.c .area text(rom, con, rel) 0000 .dbfile D:\ICCAVR~1\模块化~1\src\LCD.c 0000 .dbfunc e LCD_INIT _LCD_I
www.eeworm.com/read/260013/11751749

o lcd.o

XL H 1 areas 15 global symbols M LCD.c S push_xgset303C Ref0000 S _delay_nus Ref0000 S push_xgsetF00C Ref0000 S push_xgset00FC Ref0000 S pop_xgset303C Ref0000 S pop_xgsetF00C Ref0000 S pop_xg
www.eeworm.com/read/260013/11751802

s lcd.s

.module LCD.c .area text(rom, con, rel) .dbfile D:\ICCAVR~1\模块化~1\src\LCD.c .dbfunc e LCD_INIT _LCD_INIT fV .even _LCD_INIT:: .dbline -1 .dbline 52 ; // ********************************
www.eeworm.com/read/260013/11751835

h lcd.h

// ************************************************ // *** LCD_4BIT Driver V1.0 *** // *** LCD.H *** // ************************************************ /* LCD data bus, 4 bit mode */ // *** LCD
www.eeworm.com/read/260013/11751841

c lcd.c

// ************************************************ // *** LCD_4BIT Driver V1.1 *** // *** LCD.C *** // ************************************************ #include "common.h" #define LCD_C // **
www.eeworm.com/read/259973/11753905

inc lcd.inc

;---------------------------------------------------------------; ; ; ;#INCLUDE ; ; ; ;; Defines for I/O ports that provide LCD data & control ; ; ; ;LCD_
www.eeworm.com/read/259961/11754265

c lcd.c

/********************************************************************************************************* * lcd drivers *
www.eeworm.com/read/346221/11760585

h lcd.h

#ifndef _LCD_H_ #define _LCD_H_ #include "delay.h" #include "constant_type.h" //------------------------LCD相关命令------------------------------------------ #define MSB 0x80 #define
www.eeworm.com/read/156854/11760604

h lcd.h

//sbit DI=PB^0; void Set_DI(uchar i) {if(i==1) PORTB=PORTB|0x01; else PORTB=PORTB&0xfe;} //sbit RW=PB^1; void Set_RW(uchar i) {if(i==1) PORTB=PORTB|0x02; else PORTB=PORTB&0xfd;
www.eeworm.com/read/346221/11760615

h lcd.h

#ifndef _LCD_H_ #define _LCD_H_ #include "delay.h" #include "constant_type.h" //------------------------LCD相关命令------------------------------------------ #define MSB 0x80 #define