代码搜索:PSB

找到约 306 项符合「PSB」的源代码

代码结果 306
www.eeworm.com/read/467461/6358280

h rt12864m.h

#define DATA P1 #define RS P20 #define RW P21 #define EN P22 #define PSB P23 #define RST P24 void WRCommand(unsigned char comm); void WRData(unsigned char dat); void RDBF(); void LCD
www.eeworm.com/read/257757/11913400

h 12864.h

#include "font.h" #define LCD_DI (1
www.eeworm.com/read/471959/6884525

_h 12864._h

/************************************************************** * 文件名 :128_64.h * 功能:实现单片机与LCD12864之间的串口通讯 * 说明 :引脚接线:CS接PA0脚 SID接PA1脚 SCLK接PA2脚,PSB脚接地 ********************************************
www.eeworm.com/read/471959/6884531

h 12864.h

/************************************************************** * 文件名 :128_64.h * 功能:实现单片机与LCD12864之间的串口通讯 * 说明 :引脚接线:CS接PA0脚 SID接PA1脚 SCLK接PA2脚,PSB脚接地 ********************************************
www.eeworm.com/read/423214/10579469

c rt12864.c

#define uchar unsigned char #define uint unsigned int #define CS_12864 OC4//RS #define SID_12864 OC5//RW #define CLK_12864 OC6//E #define PSB_12864 OC7 #define CS_12864_io RC4 #
www.eeworm.com/read/456827/7339167

c lcd128x64.c

/////////////////////////////////////////////////////////////////////////////// //128X64液晶驱动子程序 //精英团队 //LCD数据线:P0口 //LCD控制线:RS P20 RW P21 E P22 PSB P23 RST P24 BUSY P24 /////////////////////////
www.eeworm.com/read/212415/15156486

txt yejingxianshi333366655.txt

;*************************液晶显示*************** ;******************OCM4X8C串口****************** CS EQU P2.0 STD EQU P1.2 SCLK EQU P1.3 PSB EQU P1.4 RST EQU P1.5 RS_STU EQU 20H.0 LCD_X EQU
www.eeworm.com/read/26985/975474

c 串行12864显示.c

/******************************************************************** * 文件名 : 串行12864显示.c * 描述 : 该程序实现了12864以串行的方式进行通信。 液晶上的R9。R10决定液晶的串行或者并行通讯方式。 液晶上的PSB已经拉为高电平。如果使
www.eeworm.com/read/282104/9119512

c 液晶12864.c

#include "reg52.h" #define uchar unsigned char #define uint unsigned int sbit rs=P3^3; sbit rw=P3^4; sbit e=P3^5; sbit psb=P3^6; sbit rst=P2^7; uchar com,dat; uchar i,j
www.eeworm.com/read/201024/15418187

bak driver.bak

#include #include #define uchar unsigned char #define uint unsigned int // sbit RST=P2^4; sbit PSB=P2^3; sbit RS=P2^0; sbit RW=P2^1; sbit EN=P2^2; void delay(