代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/408876/11366849
acf lcd.acf
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/408876/11366856
txt lcd.txt
www.eeworm.com/read/408876/11366862
snf lcd.snf
www.eeworm.com/read/263327/11367285
h lcd.h
#ifndef _LCD_H_
#define _LCD_H_
//LCD Module 16*2
#define lcd_write_cmd(base,data) IOWR(base,0,data)
#define lcd_read_cmd(base) IOWR(base,1)
#define lcd_write_data(base,data)
www.eeworm.com/read/263303/11368064
c lcd.c
#include
//#include
#include
sbit rs=P1^7;
sbit rw=P1^6;
sbit en=P1^5;
int i,k=0;
int s=0,ts=0,m=0,tm=0,h=0,th=0;
unsigned char inst[]={0x38,0x01,0x06,0x0c};
unsig
www.eeworm.com/read/263303/11368066
bin lcd.bin
www.eeworm.com/read/263303/11368067
dsk lcd.dsk
www.eeworm.com/read/263303/11368068
hex lcd.hex
www.eeworm.com/read/263303/11368073
prj lcd.prj
www.eeworm.com/read/263303/11368080