代码搜索:write_LCD_data
找到约 285 项符合「write_LCD_data」的源代码
代码结果 285
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/481105/6659390
txt 有限状态机-0809ad转换.txt
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity LCD1602 is
Port ( Clk : in std_logic; --状态机时钟信号,同时也是液晶时钟信号,其周期应该满足液晶数据的建立时间
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
www.eeworm.com/read/185701/8990541
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/185701/8990591
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