代码搜索:LCD_RS

找到约 738 项符合「LCD_RS」的源代码

代码结果 738
www.eeworm.com/read/208256/15250186

ucf _pace.ucf

#PACE: Start of Constraints generated by PACE #PACE: Start of PACE I/O Pin Assignments NET "clk" LOC = "p18" ; NET "d" LOC = "p140" ; NET "d" LOC = "p139" ; NET "d" LOC = "p141"
www.eeworm.com/read/208256/15250226

ucf yjiao.ucf

#PACE: Start of Constraints generated by PACE #PACE: Start of PACE I/O Pin Assignments NET "clk" LOC = "p18" ; NET "d" LOC = "p140" ; NET "d" LOC = "p139" ; NET "d" LOC = "p141"
www.eeworm.com/read/241370/13149736

c st7920-kf.c

//#include "iic.h" sbit LCD_RS = P1^1; sbit LCD_RW = P1^2; sbit LCD_POWER=P1^4;//背光控制,如果不需要的可以不用 #define EN() {P2=0xa0;}//这是因为所使用的片选信号比较特殊,移植这个文件时,作相应的特换即可。 #define DisEN() {P2=0xf0;} unsigned
www.eeworm.com/read/113920/15121575

h lcd.h

#define In 0 #define Da 1 sbit LCD_E =P2^2; sbit LCD_WR=P2^1; sbit LCD_RS=P2^0;
www.eeworm.com/read/384249/8886451

v lcd_16207_0.v

//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your //use of Altera Corporation's design tools, logic functions and other //software and tools, and its AMPP partner logic function
www.eeworm.com/read/353106/10470999

lst dht90.lst

C51 COMPILER V7.06 DHT90 08/26/2008 20:52:58 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE DHT90 OBJECT MODULE PLACED IN d
www.eeworm.com/read/450373/7485045

v lcd_16207_0.v

//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your //use of Altera Corporation's design tools, logic functions and other //software and tools, and its AMPP partner logic function
www.eeworm.com/read/392031/8366555

v lcd_controller.v

module LCD_Controller ( // Host Side iDATA,iRS, iStart,oDone, iCLK,iRST_N, // LCD Interface LCD_DATA, LCD_RW, LCD_EN, LCD_RS ); // CLK paramet
www.eeworm.com/read/390195/8477423

h hd44780.h

#if !defined(HD44780_H) #define HD44780_H #define dataport PORTB //定义数据寄存器端口 #define dirport_data DDRB //定义方向寄存器端口 #define conport PORTA #define dirport_con DDRA #defi
www.eeworm.com/read/290115/8504014

v lcd_controller.v

module LCD_Controller ( // Host Side iDATA,iRS, iStart,oDone, iCLK,iRST_N, // LCD Interface LCD_DATA, LCD_RW, LCD_EN, LCD_RS ); // CLK paramet