代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
lcd.hex
:0280000021005D
:1081000075816031CD317B31AA7484318C7E0690CB
:1081100081EEE493319BA3DEF974C2318C7E0D9025
:108120008205E493319BA3DEF97407318C748F319F
:108130008C7E107410319B31CD31CD31CD31CD31AC
:10
lcd.plg
礦ision3 Build Log
Project:
H:\下载\DP-51H\Example\EX26A_LCD\EX26A_LCD.uv2
Project File Date: 06/13/2003
Output:
lcd.lst
A51 MACRO ASSEMBLER LCD 03/27/2003 10:34:08 PAGE 1
MACRO ASSEMBLER A51 V7.01
OBJECT MODULE PLACED IN LCD.OBJ
ASSEMBLER INVO
lcd.asm
;******************************Copyright (c)******************************
;** 广州周立功单片机发展有限公司
;** 研 究 所
;** 产品一部
lcd.c
#include "..\inc\uTypes.h"
#include "..\inc\44b0x.h"
#include "..\inc\console.h"
#include "..\inc\sysUtils.h"
#define LCM_DELAY 1000
//RS 信号接在 (GPC7)
//RW 信号接在 (GPC6)
//E 信号接在 (GPC5)
#
lcd.h
#include "..\inc\def.h"
#include "..\inc\lcddef.h"
extern unsigned char Welcome_BMP[];
void LCD_Init(void);
void LCD_Printf(U8 line_num,char *fmt,...); //从某行起显示字符串
void Anti_Disp(U8 line_num);
lcd.c
#include
#include
#include
#include
#include
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44