代码搜索:LCD

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

代码结果 10,000
www.eeworm.com/read/346706/11731866

h lcd.h

/*! \file lcd.h \brief Character LCD driver for HD44780/SED1278 displays. */ //***************************************************************************** // // File Name : 'lcd.h' // Title : C
www.eeworm.com/read/346607/11735819

o lcd.o

www.eeworm.com/read/346607/11735904

c lcd.c

#include "44b0x.h" #include "defs.h" #include "avt.h" /* * COLOR MODE * * R G B * 3 3 2 */ // 液晶相关定义 #define LCD_XSIZE 680//横向 #define LCD_YSIZE 520//纵向 #define LCD_XSIZEp 640/
www.eeworm.com/read/260249/11737572

h lcd.h

#ifndef __LCD_H__ #define __LCD_H__ void Test_Lcd_Stn_1Bit(void); void Test_Lcd_Stn_2Bit(void); void Test_Lcd_Stn_4Bit(void); void Test_Lcd_Cstn_8Bit(void); void Test_Lcd_Cstn_12Bit(void); vo
www.eeworm.com/read/260246/11737968

h lcd.h

#ifndef __LCD_H__ #define __LCD_H__ void Test_Lcd_Stn_1Bit(void); void Test_Lcd_Stn_2Bit(void); void Test_Lcd_Stn_4Bit(void); void Test_Lcd_Cstn_8Bit(void); void Test_Lcd_Cstn_12Bit(void); vo
www.eeworm.com/read/346484/11742250

h lcd.h

//************************************************************* #define CLR_LCD_DI IOCLR1=(1
www.eeworm.com/read/260120/11746294

c lcd.c

#include #include #include #include #include uchar com; //命令字 uchar dat; //数据字 sbit CSA = P1^4; //*cs-1*/
www.eeworm.com/read/260027/11751069

lcd1602

www.eeworm.com/read/260016/11751586

h lcd.h

#ifndef __LCD_H__ #define __LCD_H__ /* 7 segment: a ---- f | \ | b | h \ | ----- e | g | c | | ----- d */ //new lcd #define NUM_SEGMENT 10 #i
www.eeworm.com/read/260016/11751605

c lcd.c

#define DEBUG_MSG #include "target.h" //1621 is 32X4 LCD controller #define LCD_BUF_SIZE 16 void WriteLcdData(unsigned char addr,unsigned char ucdata); unsigned char idata FpChar[NUM_SE