代码搜索:PSB
找到约 306 项符合「PSB」的源代码
代码结果 306
www.eeworm.com/read/342546/3232809
asm 4x8c测架.asm
;******************OCM4x8C并口******************
RS EQU P3.0
RW EQU P3.1
E EQU P3.2
PSB EQU P3.3
RST EQU P3.5
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
COUNT EQU 34H
COUNT1
www.eeworm.com/read/331770/3404534
asm ocm4x8c.asm
;******************OCM4x8C串口******************
CS EQU P3.0
STD EQU P3.1
SCLK EQU P3.2
PSB EQU P3.3
RST EQU P3.5
RS_STU EQU 20H.0
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
www.eeworm.com/read/331770/3404537
asm 4x8ccejia.asm
;******************OCM4x8C并口******************
RS EQU P3.0
RW EQU P3.1
E EQU P3.2
PSB EQU P3.3
RST EQU P3.5
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
COUNT EQU 34H
COUNT1
www.eeworm.com/read/331770/3404538
asm ocm4x8c.asm
;******************OCM4x8C串口******************
CS EQU P3.0
STD EQU P3.1
SCLK EQU P3.2
PSB EQU P3.3
RST EQU P3.5
RS_STU EQU 20H.0
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
www.eeworm.com/read/472955/6860600
h lcd12864f.h
//12864 汉字显示模块 与MCU连接
sbit RS = P1^4;// 1:输入数据 ;0:输入命令
sbit RW = P1^3;//1:读数据 0:写数据
sbit E = P1^2;
//sbit PSB = P1^1; //串并口选择 1:并口模式; 0:串口模式;
sbit ak = P1^0;
sbit be = P3^7;
sbit br = P3^
www.eeworm.com/read/295596/8150606
asm lcd128.asm
;E BIT P1.2 ;并行使能信号
;R_W BIT P1.1 ;并行读写信号
;RS BIT P1.0 ;并行指令/数据选择信号
RE_T BIT P2.0
PSB BIT P2.2 ;串/并行口选择,H-并;L-串
;端口(引脚)定义
LCD_CS BIT P2.5 ;LCD片选端
LC
www.eeworm.com/read/394340/8230109
asm ocm4x8c(串).asm
;******************OCM4x8C串口******************
CS EQU P3.0
STD EQU P3.1
SCLK EQU P3.2
PSB EQU P3.3
RST EQU P3.5
RS_STU EQU 20H.0
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
www.eeworm.com/read/394340/8230115
asm 4x8c测架.asm
;******************OCM4x8C并口******************
RS EQU P3.0
RW EQU P3.1
E EQU P3.2
PSB EQU P3.3
RST EQU P3.5
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
COUNT EQU 34H
COUNT1
www.eeworm.com/read/394340/8230148
asm ocm4x8c.asm
;******************OCM4x8C并口******************
RS EQU P3.0
RW EQU P3.1
E EQU P3.2
PSB EQU P3.3
RST EQU P3.4
LCD_X EQU 30H
LCD_Y EQU 31H
COUNT EQU 32H
COUNT1 EQU 33H
COUNT2 EQU 34H
COUNT3
www.eeworm.com/read/370223/9608672
c yj1264yli.c
#include
//sbit CS=P1^0; //片选 高电平有效 单片LCD使用时可固定高电平
sbit SID=P2^1; //数据
sbit SCLK=P2^0; //时钟
//sbit PSB=P3^6; //低电平时表示用串口驱动,可固定低电平
sbit RESET=P1^7; //LCD复位,LCD模块自带复位电路。可不接
#define