代码搜索:LCD

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

代码结果 10,000
www.eeworm.com/read/408681/11377337

hex lcd.hex

:10000E000000FC4454545455FE5454F4444400002F :10001E0040300F007D2525252725257D0000000079 :10002E000000E000000000FF0000000000E0000003 :10003E0000207F202020203F20202020207F000035 :10004E00024242FE424
www.eeworm.com/read/408681/11377339

plg lcd.plg

礦ision2 Build Log Project: D:\proteus\try\ad0831_lcd_da0808_ds1302_24c64\LCD.uv2 Project File Date: 04/16/2006 Output:
www.eeworm.com/read/408681/11377347

obj lcd.obj

www.eeworm.com/read/408681/11377351

lst lcd.lst

C51 COMPILER V8.02 LCD 04/19/2006 13:31:27 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE LCD OBJECT MODULE PLACED IN LCD
www.eeworm.com/read/408656/11378085

c lcd.c

#include #include #define uchar unsigned char #define uint unsigned int sbit LCD_RS = P2^0; sbit LCD_RW = P2^1; sbit LCD_EN = P2^2; sbit cs=P1^3;//083
www.eeworm.com/read/408634/11378829

lcd12864

www.eeworm.com/read/263023/11380298

plg lcd.plg

礦ision3 Build Log Project: E:\ds1302\DATE.uv2 Project File Date: 07/10/2003 Output:
www.eeworm.com/read/263023/11380306

lnp lcd.lnp

"test.obj", "DS1302.obj" TO "lcd" RAMSIZE(256)
www.eeworm.com/read/408581/11381881

c lcd.c

//designed by zzf //==================================================================== #include #include "def.h" #include "2440addr.h" #include "2440lib.h" #include "2440slib.h"
www.eeworm.com/read/408529/11383636

h lcd.h

//LCDCON1 #define CLKVAL 4 #define WLH 0x02 #define WDLY 0x01 #define MMODE 0x00 #define DISMODE 0x01 #define INVCLK 0x00 #define INVLINE 0x00 #define INVFRAME 0x00 #define IN