代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/256352/12005589
opt lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/256352/12005606
lcd_run
www.eeworm.com/read/256352/12005657
h lcd.h
#include
#include
#include "..\Inc\AT8xC51SND1.h"
#include "..\Inc\GLOBAL.h"
#include "..\Inc\CHIPSOURCE.h"
#include "..\Inc\COMMON.h"
#ifndef _TYPE_DEFINE
#define _TY
www.eeworm.com/read/256352/12005659
lnp lcd.lnp
"LCD.obj",
"..\Lib\COMMON.LIB",
"..\Lib\CHIPSOURCE.LIB"
TO "LCD"
RAMSIZE(256)
www.eeworm.com/read/153779/12006949
c lcd.c
//******************************************************************************
//ZhaoZhendong
//Lierda, Inc
//July 2004
//Built
www.eeworm.com/read/342627/12008908
c lcd.c
/**--------------------------------File Info--------------------------------------------------------
**
** File name: lcd.c
** Latest modified Date: 2008.05.23
** Latest Version:
www.eeworm.com/read/342627/12008916
h lcd.h
///////////////////////////////////////////////////////////
#ifndef __LCD_H__
#define __LCD_H__
#ifdef __cplusplus
extern "C"
{
#endif
#define uchar unsigned char
#define uint unsig
www.eeworm.com/read/342619/12009266
pjt lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-VC5509-EDULab\Lab0403-LCD\"
ProjectType=Executable
CPUFamily=TMS320C55XX
T
www.eeworm.com/read/342619/12009271
cmd lcd.cmd
-w
-stack 500h
-heap 500h
-l rts55x.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> P
www.eeworm.com/read/342619/12009279