代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/355563/10257403
pmt lcd.pmt
[General_Info]
Ver=4.0
ProjectType=1
[Path_Info]
Count=3
#header path
Item_000=
#Library path
Item_001=
#Link File Option
Item_002=
[Filters_Setting]
Count=5
Item_000=Source
www.eeworm.com/read/355563/10257404
txt lcd连线.txt
LCD的DB7接RB5
LCD的DB6接RB4
LCD的DB5接RB3
LCD的DB4接RB2
LCD的E 接RA5
LCD的RS 接RB1
全速运行,将显示“happy evryday"
www.eeworm.com/read/355563/10257407
mptags lcd.mptags
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.n
www.eeworm.com/read/355563/10257408
cod lcd.cod
www.eeworm.com/read/355563/10257409
mcw lcd.mcw
www.eeworm.com/read/355563/10257410
hex lcd.hex
:020000040000FA
:100000000000000000008B012520252025204E2027
:100010004E204E204830402041304020503040207B
:10002000503040205930402045304020563040204C
:10003000453040205230402059304020443040204C
:10
www.eeworm.com/read/281187/10258318
c lcd.c
/*----------------------------------------------------------------------------
* Name: LCD.C
* Purpose: LCD module 2x16 driver for ST7066 controller
* Rev.: V1.00 / 24-may-2
www.eeworm.com/read/281187/10258319
h lcd.h
/*----------------------------------------------------------------------------
* Name: LCD.H
* Purpose: LCD module 2x16 driver function definitions
* Rev.: V1.00 / 24-may-20
www.eeworm.com/read/355533/10258698
h lcd.h
//LCDCON1
#define CLKVAL 4
#define WLH 0x02
#define WDLY 0x01
#define MMODE 0x00
#define DISMODE 0x01
#define INVCLK 0x00
#define INVLINE 0x00
#define INVFRAME 0x00
#define IN
www.eeworm.com/read/355533/10258728
c lcd.c
#include "..\inc\board.h"
#include "..\inc\lcd.h"
int init_Lcd()
{
outl(CLKVAL