代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/214842/15086345
plg lcd.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\kechuang 4\test\LCD\lcd.uv2
Project File Date: 06/03/2007
Output:
compil
www.eeworm.com/read/214842/15086347
lst lcd.lst
C51 COMPILER V7.50 LCD 06/03/2005 14:38:11 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN lcd
www.eeworm.com/read/214842/15086354
opt 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 {
www.eeworm.com/read/214842/15086365
obj lcd.obj
www.eeworm.com/read/214842/15086369
c lcd.c
#include
#define LCD_PORT P0
sbit RS = P1^1;
sbit EN = P1^0;
sbit BF = P0^0;
LCD_Disp_Buf[16] = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'};
int i;
#defin
www.eeworm.com/read/214584/15094044
asm lcd.asm
;/**************************************************************************
;* *
;* Copyright (c) 2006 by JINRUN Tech
www.eeworm.com/read/214584/15094071
rar lcd.rar
www.eeworm.com/read/214532/15097242
lcd1602
www.eeworm.com/read/214525/15097425
h lcd.h
/*-----------------------------------------------------
显示开/关: 0x3E:Off,0x3F:On
设置列(y)地址: 0x40+y,y:0-63
设置页(x)地址: 0xB8+x,x:0-7
设置起始行: 0xC0+l,l:0-63
写显示数据: 0x**
DI R/W Functio