代码搜索:电容屏
找到约 4,731 项符合「电容屏」的源代码
代码结果 4,731
www.eeworm.com/read/459658/7268997
bak 液晶屏游戏机_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Tar
www.eeworm.com/read/454596/7387009
txt 1602液晶屏驱动源程序14.txt
;R0-------ADDRESS
;R1-------DATA
;R2,R4----KEY SCAN
;R3
;R5,R6----DELAY
;R7-------TIMER INTERRUPT COUNTER
;lcd display program
RS BIT P2.6
R_W BIT P2.5
ENABLE BIT P2.7
LCDDATA DATA P1
www.eeworm.com/read/454596/7387010
txt 1602液晶屏驱动源程序13.txt
1602液晶屏驱动源程序13
;R0-------ADDRESS
;R1-------DATA
;R2,R4----KEY SCAN
;R3
;R5,R6----DELAY
;R7-------TIMER INTERRUPT COUNTER
;lcd display program
RS BIT P2.6
R_W BIT P2.5
ENABLE BIT P2.7
www.eeworm.com/read/454596/7387011
txt 1602液晶屏驱动源程序15.txt
;30h-3fh is the second line sbuffer.
;50h-5fh is the first line sbuffer.
;70h is the second line counter .
;62h is the first line counter.
rs bit p2.6
r_w bit p2.5
enable bit p2.7
db0_db7 dat
www.eeworm.com/read/454594/7387015
txt 1602液晶屏驱动源程序11.txt
;lcd display program
RS BIT P2.6
R_W BIT P2.5
ENABLE BIT P2.7
LCDDATA DATA P1
;******************************************
ORG 0000H
AJMP MAIN
ORG 000BH
AJMP INSERS
ORG 0060H
MAIN:
www.eeworm.com/read/454594/7387016
txt 1602液晶屏驱动源程序12.txt
;lcd display program
RS BIT P2.6
R_W BIT P2.5
ENABLE BIT P2.7
LCDDATA DATA P1
;******************************************
ORG 0000H
AJMP MAIN
ORG 000BH
AJMP INSERS
ORG 0060H
MAIN:
www.eeworm.com/read/454594/7387017
txt 1602液晶屏驱动源程序10.txt
;lcd display program
RS BIT P2.6
R_W BIT P2.5
ENABLE BIT P2.7
LCDDATA DATA P1
;******************************************
ORG 0000H
AJMP MAIN
ORG 000BH
AJMP INSERS
ORG 0060H
MAIN:
www.eeworm.com/read/454593/7387018
txt 1602液晶屏驱动源程序9.txt
;lcd display program
RS BIT P2.6
R_W BIT P2.5
ENABLE BIT P2.7
LCDDATA DATA P1
;******************************************
ORG 0000H
AJMP MAIN
ORG 000BH
AJMP INSERS
ORG 0060H
MAIN:
www.eeworm.com/read/454593/7387019
txt 1602液晶屏驱动源程序8.txt
RS BIT P3.0
R_W BIT P3.1
ENABLE BIT P3.2
LCDDATA DATA P1
;******************************************
ORG 0000H
AJMP MAIN
;ORG 000BH
;AJMP INSERS
ORG 0050H
MAIN:
;MOV TMOD,#00H
;MO
www.eeworm.com/read/454593/7387020
txt 1602液晶屏驱动源程序7.txt
;lcd display program
RS BIT P3.3
R_W BIT P3.4
ENABLE BIT P3.5
LCDDATA DATA P1
;******************************************
ORG 0000H
AJMP MAIN
ORG 000BH
AJMP INSERS
ORG 0050H
MAIN: