代码搜索:PSB

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

代码结果 306
www.eeworm.com/read/493389/6402140

txt lcd12864.txt

#include #include sbit LCD_RS=P1^0;//定义引脚 sbit LCD_RW=P1^1; sbit LCD_E=P1^2; sbit PSB =P3^6; //PSB脚为12864-12系列的串、并通讯功能切换,我们使用8位并行接口,PSB=1 #define LCD_Data P2 #define
www.eeworm.com/read/478375/6715533

c lcd12864(51单片机程序).c

#include #include //#include sbit LCD_RS=P1^0;//定义引脚 sbit LCD_RW=P1^1; sbit LCD_E=P1^2; sbit PSB =P3^6; //PSB脚为12864-12系列的串、并通讯功能切换,我们使用8位并行接口,PSB=1 #define
www.eeworm.com/read/329971/12922549

c 128x64lcm_main.c

#pragma ot(11,size) #include #include sbit RS = P2^0; sbit RW = P2^1; sbit E = P2^2; sbit PSB = P2^3;//PSB sbit RST = P2^4;// /REST sbit BUSY= P2^5; //////////////
www.eeworm.com/read/182942/9183199

asm 12864zk.asm

; 12864接口程序 ;**************************************************************************** ; *DB0---P1.0* *DB4---P1.4* *RS-------------P3.1* *PSB----------P3.4 * ;
www.eeworm.com/read/453029/1644491

v lcd0.v

module lcd0(clk,nrst,lcd_e,lcd_rs,lcd_rw,lcd_psb,lcd_rst,data ); input clk,nrst; //时钟和复位信号输入 output lcd_e,lcd_rs,lcd_rw,lcd_psb,lcd_rst;//lcd的控制信号 output [7:0] data; re
www.eeworm.com/read/238061/6327321

asm 2x10c_2.asm

;******************OCM2x10C并******************* ;RS EQU P3.0 ;RW EQU P3.1 ;E EQU P3.2 ;PSB EQU P3.3 ;RST EQU P3.5 CS EQU P3.0 STD EQU P3.1 SCLK EQU P3.2 PSB EQU P3.3 RST EQU P3.5 RS_STU EQU
www.eeworm.com/read/356915/10219131

asm 12864中文字库测试程序.asm

RS EQU P3.0 RW EQU P3.1 E EQU P3.2 PSB EQU P3.4 RST EQU P3.5 ORG 0000H LJMP
www.eeworm.com/read/421395/10737985

txt readme.txt

This is a explanation of QAM-NIM (TCMU30311PSB). *Main source parts are user_if.c,host_api.c. *The other files are only for demostrating. To decrease Aquisition time, We revision Software.
www.eeworm.com/read/319877/13440704

asm] chuan.asm]

RS EQU P2.0 RW EQU P2.1 E EQU P2.2 PSB EQU P2.3 RST EQU P2.5 ;----------------------------------------------- LCD_X EQU 3
www.eeworm.com/read/356961/10218331

txt 12864_driver.c.txt

//////////////////////////////////////////////// //液晶驱动程序 //液晶型号:12864 //使用SPCE061A连接方式:(串行) //**\CS:IOB0,SID:IOB15,SCLK:IOB1** //**PSB:GND(serial),/RST:VCC** ///////////////////////////////////