代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.asm
;******************************Copyright (c)******************************
;** 广州周立功单片机发展有限公司
;** 研 究 所
;** 产品一部
lcd.plg
礦ision3 Build Log
Project:
H:\下载\DP-51H\Example\EX36A_LCM\EX36A_LCM.uv2
Project File Date: 06/13/2003
Output:
lcd.lst
C51 COMPILER V7.04 LCD 04/30/2003 13:46:37 PAGE 1
C51 COMPILER V7.04, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN 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.c
#include "reg66x.h"
#include "absacc.h"
#define uchar unsigned char
uchar j=0;
uchar flash;
bit addbit=1;
uchar code zhou[]={
/*-- 文字: 周 --*/
/*-- 隶书12; 此字体下对应的点阵为:宽x高=16x16 --*/
lcd.hex
:100003000010180F01051D15151D1D013F380000B7
:10001300000000E0E06060F0F0606060F02000004D
:1000230000181818080F0808081F19181838180896
:100033000000404040C0407070C0C04040400000DD
:1000430004040606331
lcd.h
#ifndef _LCD
#define _LCD
/*********************预定义***************************/
#define uchar unsigned char
#define DelayNOP(); {_nop_();_nop_();_nop_();_nop_();};
/*******************LCD端口配置**
lcd.h
#ifndef _LCD
#define _LCD
/*********************预定义***************************/
#define uchar unsigned char
#define DelayNOP(); {_nop_();_nop_();_nop_();_nop_();};
/*******************LCD端口配置**
lcd.h
////////LCD.h 此为LCD显示子系统/////////
#include "C8051F040.h" // Register definition file.
#include "intrins.h"
#include "math.h"
#include "string.h"
#include "stdlib.h"
typedef unsigned char uchar