Lines Matching +full:0 +full:x72
9 /* Insert Prefix 0xFE before executing command */
10 #define DISPLAY_ON 0x41
11 #define DISPLAY_OFF 0x42
12 #define SET_CURSOR 0x45 /*1 byte param in range (0x00 - 0x4F) 2x16 display */
13 #define CURSOR_HOME 0x46
14 #define UNDERLINE_ON 0x47
15 #define UNDERLINE_OFF 0x48
16 #define MOVE_CUR_LEFT 0x49
17 #define MOVE_CUR_RIGHT 0x4a
18 #define BLINK_ON 0x4b
19 #define BLINK_OFF 0x4c
20 #define BACKSPACE 0x4e
21 #define CLEAR_SCREEN 0x51
22 #define SET_CONTRAST 0x52 /* 1 byte param in range (1 - 50) 40 default */
23 #define SET_BACKLIGHT 0x53 /* 1 byte param in range (1 - 8) 1 default */
25 #define LD_CUSTOM_CHAR 0x54 /* 9 byte param 1st param: 1-byte */
30 * [addr] 1 byte Custom character address, 0 – 7
34 * Bit 7 6 5 4 3 2 1 0 Hex
35 * Byte1 0 0 0 0 0 1 0 0 0x04
36 * Byte2 0 0 0 0 0 0 0 0 0x00
37 * Byte3 0 0 0 0 0 1 0 0 0x04
38 * Byte4 0 0 0 0 1 0 0 0 0x08
39 * Byte5 0 0 0 1 0 0 0 0 0x10
40 * Byte6 0 0 0 1 0 0 0 1 0x11
41 * Byte7 0 0 0 0 1 1 1 0 0x0E
42 * Byte8 0 0 0 0 0 0 0 0 0x00
45 #define MOVE_DISP_LEFT 0x55
46 #define MOVE_DISP_RIGHT 0x56
47 #define CHGE_RS232_BAUD 0x61 /* 1 byte param in range (1 - 8) */
62 #define CHGE_I2C_ADDR 0X62 /* 1 byte param in range (0x00 - 0xFE), LSB = 0 */
63 #define DISP_FIRMW_VER 0x70
64 #define DISP_RS232_BAUD 0x71
65 #define DISP_I2C_ADDR 0x72