代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/242169/13091276
txt lcd.txt
/*******************************************************************************
*
* 文件名:LCD_T6963.C
* 功能:图形液晶240*128驱动(型号为RT240128A)。32K显示存,0000H-7FFFH地址。
* 显示是横向字节,高位在前。
* 说明:图形液晶采用T
www.eeworm.com/read/242163/13091345
txt lcd.txt
/*******************************************************************************
*
* 文件名:LCD_T6963.C
* 功能:图形液晶240*128驱动(型号为RT240128A)。32K显示存,0000H-7FFFH地址。
* 显示是横向字节,高位在前。
* 说明:图形液晶采用T
www.eeworm.com/read/140235/13095384
asm lcd.asm
www.eeworm.com/read/140220/13095861
c lcd.c
#include
#include
#include
#include
#define Busy 0x80
#define SetRS() SetCBit(0,1)
#define ClrRS() SetCBit(0,0)
#define SetRW() SetCBit(1,1)
#define
www.eeworm.com/read/140220/13095908
obj lcd.obj
www.eeworm.com/read/140220/13095911
h lcd.h
#define Uchar unsigned char
#define Uint unsigned int
void LcdReset();
void LocateXY(char, char);
void DisplayOneChar(Uchar x,Uchar y,Uchar Wdata);
void DisplayString(Uchar x, Uchar y, Ucha
www.eeworm.com/read/140220/13095915
lst lcd.lst
C51 COMPILER V7.06 LCD 07/28/2005 18:33:04 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD
www.eeworm.com/read/327014/13103701
exe lcd.exe
www.eeworm.com/read/327014/13103712
cpp lcd.cpp
// ARM Ltd
// Copyright 1998 All Rights reserved
// David Earlam 22.9.1998
// Updated by David Roberts 8.8.2001
// Virtual LCD.
// First hack set individual pixels in an offscreen memory
www.eeworm.com/read/326659/13125296
o lcd.o
XL
H 3 areas 11 global symbols
M lcd.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
A text size 146 flags 0
dbfi