代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
lcd.plg
礦ision2 Build Log
Project:
E:\SST51\ASM51\LCD\LCD.uv2
Project File Date: 01/04/2006
Output:
Build target 'Target 1'
assembling LCD.ASM...
LC
lcd.lst
A51 MACRO ASSEMBLER LCD 01/04/2006 14:35:09 PAGE 1
MACRO ASSEMBLER A51 V7.09
OBJECT MODULE PLACED IN LCD.OBJ
ASSEMBLER INVO
lcd.asm
;================================================================
; 文件名称: LCD.ASM
; 功能描述: 图形点阵液晶, 128*64, 显示"唐都科教仪器公司欢迎您"
;================================================================
RW BIT
lcd.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
lcd.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\lcdlib.h"
#include "..\inc\glib.h"
#include "..\inc\lcd.h"
void Test_LcdMono(vo
lcd.h
/***********************************************/
// 定义LCD控制器寄存器设置值等。
/***********************************************/
#ifndef __LCD_H__
#define __LCD_H__
//#include "..\Target\Def.h"
#d