代码搜索:write_LCD_command
找到约 309 项符合「write_LCD_command」的源代码
代码结果 309
www.eeworm.com/read/261556/11637994
h lcd.h
/* LCD command */
#define TwoLine_8bit 56 // 0x38
#define CLEAR 1 // 0b00000001
#define CURSOR_HOME 2 // 0b00000010
#define CURSOR_LEFT 4 // 0b00000100
#define CURSOR_RIGHT 6 // 0b
www.eeworm.com/read/432719/8581279
txt 0420948lcd.txt
#include"AT89X52.H"
#include"LCD.H"
char int2charlcd[10]={"0123456789"};
void delay100us(uchar count)
{
uchar i,j;
for(i=0;i
www.eeworm.com/read/430414/8748421
h lcd_h.h
//#include
/*LCD command*/
#define twoline_8bit 0x38
#define oneline_8bit 0x34
#define CLEAR 0x01
#define CURSOR_HOME 0x02
#define
www.eeworm.com/read/430412/8748577
h lcd_h.h
//#include
/*LCD command*/
#define twoline_8bit 0x38
#define oneline_8bit 0x34
#define CLEAR 0x01
#define CURSOR_HOME 0x02
#define
www.eeworm.com/read/291734/8401449
h lcd.h
#define Twoline_8bit 56
#define CLEAR 1
#define CURSOR_HOME 2
#define CURSOR_LEFT 4
#define CURSOR_RIGHT 6
#define CURSOR_OFF 12
#define CURSOR_ON 14
#define CURSOR_BLINK 15
#define
www.eeworm.com/read/389985/8490346
h lcd.h
/* LCD command */
#define TwoLine_8bit 56 // 0x38
#define CLEAR 1 // 0b00000001
#define CURSOR_HOME 2 // 0b00000010
#define CURSOR_LEFT 4 // 0b00000100
#define CURSOR_RIGHT 6 // 0b
www.eeworm.com/read/389984/8490422
h lcd.h
/* LCD command */
#define TwoLine_8bit 56 // 0x38
#define CLEAR 1 // 0b00000001
#define CURSOR_HOME 2 // 0b00000010
#define CURSOR_LEFT 4 // 0b00000100
#define CURSOR_RIGHT 6 // 0b
www.eeworm.com/read/187857/8595798
bak lcd.bak
void delay(void);
void write_LCD_command(unsigned);
void write_LCD_data(unsigned);
void init_LCD(void);
void clear_LCD(void);
void display_LCD_string(char *);
void gotoxy(unsigned,unsigned);
vo
www.eeworm.com/read/187857/8595860
h lcd.h
/* LCD command */
#define TwoLine_8bit 56 // 0x38
#define CLEAR 1 // 0b00000001
#define CURSOR_HOME 2 // 0b00000010
#define CURSOR_LEFT 4 // 0b00000100
#define CURSOR_RIGHT 6 // 0b
www.eeworm.com/read/187856/8595974
h lcd.h
/* LCD command */
#define TwoLine_8bit 56 // 0x38
#define CLEAR 1 // 0b00000001
#define CURSOR_HOME 2 // 0b00000010
#define CURSOR_LEFT 4 // 0b00000100
#define CURSOR_RIGHT 6 // 0b