代码搜索:write_LCD_data

找到约 285 项符合「write_LCD_data」的源代码

代码结果 285
www.eeworm.com/read/171011/9775726

c main.c

/************************************************************************************ 本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负 AT89C51SND1C 解码芯片做的硬盘MP3,软件还在完善中,现在只支持一块硬盘,一个分区, 至少可支持15层目录。
www.eeworm.com/read/410252/11295569

txt at24c02.txt

#include /*LCD.h*/ #define TwoLine_8bit 56 #define CLEAR 1 #define CURSOR_HOME 2 #define CURSOR_LEFT 4 #define CURSOR_RIGHT 6 #define
www.eeworm.com/read/407688/11412062

c exercize2.c

/* lcd command */ #include #define twoline_8bit 56 #define clear 1 #define cursor_home 2 #define cursor_left 4 #define cursor_right 6 #define cursor_off 12 #define c
www.eeworm.com/read/222056/14709004

h system_hssm.h

#define byte unsigned char void lcd_int(void); void check_busy(void); void write_command(byte cm); void write_lcd_data(byte disp); void write_LCD(byte shuju,bit C_or_D); void change_data(void);
www.eeworm.com/read/352052/10585387

h 1602lcd.h

/********************************** 程序:1602驱动程序 作者:胡利国 时间:08.07.08 说明:RS RW E 分别为P37~P35口; 数据口为P1口 **********************************/ #ifndef _1602LCD_H_ #define _1602LCD_H_ #define RS
www.eeworm.com/read/242799/12983984

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/316347/13524230

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/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/222056/14709006

c lcd.c

#include "HARD_CENECT.H" #include #define uchar unsigned char #define clr 0x01 //清屏 #define byte unsigned char void lcd_int(void); void check_busy(void); vo
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