代码搜索:LCD

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

代码结果 10,000
www.eeworm.com/read/263631/11352153

c lcd.c

#include #include "..\inc\def.h" #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\lcdlib.h" #include "..\inc\glib.h" #include "..\inc\lcd.h" void Test_LcdMono(vo
www.eeworm.com/read/263594/11353447

o lcd.o

XL H 2 areas 1B global symbols M lcd.c S push_gset1 Ref0000 S push_gset2 Ref0000 S push_gset3 Ref0000 S push_gset5 Ref0000 S _delay_nms Ref0000 S _delay_nus Ref0000 S asgncblk Ref0000 S push
www.eeworm.com/read/263594/11353549

c lcd.c

#include #include #include "lcd.h" #include "delay.h" #include "6x8.h" #include "chinese.h" /*----------------------------------------------------------------------- LCD
www.eeworm.com/read/263594/11353566

s lcd.s

.module lcd.c .area lit(rom, con, rel) _font6x8:: .byte 0,0 .byte 0,0 .byte 0,0 .byte 0,0 .byte 0,47 .byte 0,0 .byte 0,0 .byte 7,0 .byte 7,0 .byte 0,20 .byte 127,20 .byte 1
www.eeworm.com/read/263594/11353579

h lcd.h

#ifndef __LCD__H #define __LCD__H /*LCD3310(PCD8544) C语言驱动 LCD引脚定义 1---VCC 2---SCLK 3---SDIN 4---D/C 5---SCE 6---GND 7---VOUT 8---RES 9---VCC /* 定义颜色数据类型(可以是数据结构) */ #define TCOLOR
www.eeworm.com/read/263594/11353593

lis lcd.lis

.module lcd.c .area lit(rom, con, rel) 0000 _font6x8:: 0000 0000 .byte 0,0 0002 0000 .byte 0,0 0004 0000
www.eeworm.com/read/409038/11360869

c lcd.c

/*******************************************************************/ #include "exp1_2407.h" /*******************************************************************/ ioport unsigned port8002; //
www.eeworm.com/read/263393/11365104

h lcd.h

#ifndef __LCD_H__ #define __LCD_H__ void MoveViewPort(int depth); void Test_LcdMono(void); void Test_LcdG4(void); void Test_LcdG16(void); void Test_LcdColor(void); void LcdColor256_Bmp( uns
www.eeworm.com/read/263393/11365111

c lcd.c

#include "44b.h" #include "44blib.h" #include "def.h" #include "lcd.h" #include "lcdlib.h" #include "glib.h" #include "Bmp_Color256_320_240.h" #include "Bmp_G16_240_320.h" void Test_LcdM
www.eeworm.com/read/263393/11365200

o lcd.o