代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/329390/12956469
lst lcd.lst
C51 COMPILER V7.50 LCD 09/15/2005 09:54:53 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN lcd
www.eeworm.com/read/329390/12956498
obj lcd.obj
www.eeworm.com/read/329390/12956506
c lcd.c
#include
#include
char code int2charLCD[]="0123456789";
void delay100us();
void write_LCD_command(unsigned command)
{
rw=WRITE;
rs=COMMAND;
enable=ENABLE;
P1=com
www.eeworm.com/read/329390/12956516
h lcd.h
/* LCD command */
#define TwoLine_8bit 56 // 0x38
#define CLEAR 1 // 0b00000001
#define CURSOR_HOME 2 // 0b00000010
#define CURSOR_LEFT 4 // 0b00000100
#define CURSOR_RIGHT 6 // 0b
www.eeworm.com/read/243121/12961169
c lcd.c
/*
**********************************************************************
Definitions & Includes
**********************************************************************
*/
#include /*
www.eeworm.com/read/243109/12962690
o lcd.o
XL
H 2 areas 46 global symbols
M lcd.C
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S mod16s Ref0000
S mod16u Ref0000
S div16s Ref
www.eeworm.com/read/243109/12962839
s lcd.s
.module lcd.C
.area lit(rom, con, rel)
_playstatus::
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
www.eeworm.com/read/243109/12962892
lis lcd.lis
.module lcd.C
.area lit(rom, con, rel)
0000 _playstatus::
0000 0000 .byte 0,0
0002 0000 .byte 0,0
0004 0000
www.eeworm.com/read/243109/12962988
_c lcd._c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#include "./lcd.h"
#include "./welcom.h"
#include "./ascii.h"
#include "./power.h"
#include "..
www.eeworm.com/read/243109/12962994
_h lcd._h
//PORTD
#define LCD_RS BIT(5) //pd
#define LCD_RST BIT(6) //pd
#define LCD_245 BIT(4) //pf
#define RW BIT(5)
#define RDD BIT(1)
#define WRR BIT(0)
#define cx1 BIT(4)
#define c