代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/329597/12946226
obj lcd.obj
www.eeworm.com/read/329597/12946228
lst lcd.lst
C51 COMPILER V7.06 LCD 12/17/2006 14:56:13 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD
www.eeworm.com/read/329587/12946699
c lcd.c
//#########################################################################
// File: LCD.C
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
//#######################################
www.eeworm.com/read/329587/12946736
h lcd.h
//#########################################################################
// File: LCD.H
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
//#######################################
www.eeworm.com/read/329570/12947364
lis lcd.lis
.module LCD.c
.area text(rom, con, rel)
0000 .dbfile E:\新建文件夹\usart_icc\cfile\LCD.c
0000 .dbfunc e LCD_INIT _LC
www.eeworm.com/read/329570/12947372
o lcd.o
XL
H 1 areas 16 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/329570/12947422
s lcd.s
.module LCD.c
.area text(rom, con, rel)
.dbfile E:\新建文件夹\usart_icc\cfile\LCD.c
.dbfunc e LCD_INIT _LCD_INIT fV
.even
_LCD_INIT::
.dbline -1
.dbline 52
; // *****************************
www.eeworm.com/read/142315/12952163
lst lcd.lst
C51 COMPILER V7.01 LCD 12/15/2006 18:48:38 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN lcd
www.eeworm.com/read/142315/12952184
obj lcd.obj
www.eeworm.com/read/142315/12952204
c lcd.c
#include"reg52.h"
#define uchar unsigned char
sbit RS=P2^0;
sbit RW=P2^1;
sbit E=P2^2;
void delayl()
{uchar i,j;
i=0xff;
j=0x0a;
while(i--)
while(j--);
}
void dela