代码搜索:LCD

找到约 10,000 项符合「LCD」的源代码

代码结果 10,000
www.eeworm.com/read/353589/10437805

dbgdt lcd.dbgdt

109
www.eeworm.com/read/353589/10437823

ewd lcd.ewd

1 Debug MSP430
www.eeworm.com/read/353589/10437837

eww lcd.eww

$WS_DIR$\LCD.ewp
www.eeworm.com/read/353589/10437840

c lcd.c

/**************************************************************************** 文件名:lcd.c 编写者:czhang 描述:LCD例子程序。用于4xx系列。 MCLK:8MHz 版本:2005-4 V1.0 ********************************************
www.eeworm.com/read/353589/10437851

h lcd.h

#ifndef __LCD #define __LCD void LcdInit(); void LcdGo(unsigned char doit); void LcdWrite(unsigned char *pshow,unsigned char adr,unsigned char nchar,unsigned char mod); void LcdBlink(unsigned c
www.eeworm.com/read/353589/10437857

dep lcd.dep

1 Debug $PROJ_DIR$\lcd.c
www.eeworm.com/read/353589/10437860

ewp lcd.ewp

1 Debug MSP430
www.eeworm.com/read/353572/10439230

asm lcd.asm

;********************************************* ;FILE NAME: IO_LCD ;MCU: HT46R22 ;MASK OPTION: WAKE-UP: PA6,PA7 ; PULL-HIGH: PA,PB,PC ; IIC: DISABLE ;
www.eeworm.com/read/353562/10439380

c lcd.c

#include "includes.h" #include "LCD.h" //液晶初始化寄存器地址 unsigned char reg[]={ 0x12,0x13,0x10,0x11,0x10,0x12,0x10,0x13,0x02,0x01, 0x08,0x03,0x0b,0x21,0x30,0x31,0x32,0x33,0x34,0x35, 0x36,0x37,0x38,
www.eeworm.com/read/353562/10439387

h lcd.h

#ifndef LCD_H #define LCD_H #define rs 6 #define wr 5 #define rd 4 #define reset 7 extern void LCD_Show_String(unsigned char X,unsigned char Y, char str[],unsigned int Color,unsigned int Bac