代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.hex
:10000E000000FC4454545455FE5454F4444400002F
:10001E0040300F007D2525252725257D0000000079
:10002E000000E000000000FF0000000000E0000003
:10003E0000207F202020203F20202020207F000035
:10004E00024242FE424
lcd.plg
礦ision2 Build Log
Project:
F:\proteus\try\ad0831_lcd_da0808_ds1302\LCD.uv2
Project File Date: 04/16/2006
Output:
compiling LCD.C...
LCD.C - 0
lcd.lst
C51 COMPILER V7.50 LCD 04/18/2006 21:52:45 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD
lcd.c
#include
#include
#define F_CPU 4000000UL // 4 MHz
#include
#include "lcd_hw.h"
#include "lcd.h"
/* compatibilty macros for old style */
#ifndef cbi
#defi
lcd.h
#ifndef LCD_H
#define LCD_H
#include
/* you shouldn't need to change anything below this line */
typedef unsigned char u08;
typedef unsigned short u16;
/* instruction register bi
lcd.c
/*============================================================
文件名:LCD.c
============================================================*/
#include"LCD.h"
/*==========================================