代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/353235/10460142
set lcd.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=.\Debug
www.eeworm.com/read/353235/10460187
lik lcd.lik
Version: 3.0
Options: m37
Obj: "C:\PROGRA~1\Sunplus\UNSPID~1.0\startupD.obj"
Obj: "I:\1.work\2-2nd-Chapter3\Debug\Resource.obj"
Obj: "I:\1.work\2-2nd-Chapter3\Debug\main.obj"
Obj: "I:\1.work\2-2n
www.eeworm.com/read/353235/10460189
opt lcd.opt
www.eeworm.com/read/353235/10460199
spj lcd.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
www.eeworm.com/read/353235/10460238
env lcd.env
[TRACE_BUFFER]
Enable=0
SaveOPOnly=0
Size=65535
Offset=0
LAScale=0
[PASSPOINT]
Result File=.\Passpoint_Result.txt
Register File=.\Passpoint_Register.txt
[General]
Device=1
Timer=2457600
www.eeworm.com/read/353235/10460268
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
// write your header here
void caiji(void);
extern x;
extern x_all;
extern y;
extern wp;
extern d_t1[8];
extern d_t2[8];
extern display[8][128];
extern
www.eeworm.com/read/424332/10462157
lst lcd.lst
C51 COMPILER V7.09 LCD 07/03/2007 11:04:37 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN .\l
www.eeworm.com/read/424332/10462187
c lcd.c
//proteus仿真论坛:http://proteus.5d6d.com
#include
char code CGRAM_TABLE[]={0x08,0x0F,0x12,0x0F,0x0A,0x1F,0x02,0x02,// ;年
0x0F,0x09,0x0F,0x09,0x0F,0x09,0x11,0x00, //;月
0x0F,0x09,0x09,0x0F,0x
www.eeworm.com/read/424332/10462193
h lcd.h
#include
#include
#define WR_COM XBYTE[0x7ff0]
#define RD_STA XBYTE[0x7ff2]
#define WR_DAT XBYTE[0x7ff1]
#define RD_DAT XBYTE[0x7ff3]
void init_LCD();
void init_cgram();
/
www.eeworm.com/read/424332/10462204