Lines Matching +full:0 +full:x40

12 #define SSD1306_CONTROL_ALL_BYTES_CMD		0x00
14 #define SSD1306_CONTROL_ALL_BYTES_DATA 0x40
16 #define SSD1306_CONTROL_BYTE_CMD 0x80
18 #define SSD1306_CONTROL_BYTE_DATA 0xc0
19 #define SSD1306_READ_STATUS_MASK 0xc0
20 #define SSD1306_READ_STATUS_BUSY 0x80
21 #define SSD1306_READ_STATUS_ON 0x40
26 #define SSD1306_SET_CONTRAST_CTRL 0x81 /* double byte command */
28 #define SSD1306_SET_ENTIRE_DISPLAY_OFF 0xa4
29 #define SSD1306_SET_ENTIRE_DISPLAY_ON 0xa5
31 #define SSD1306_SET_NORMAL_DISPLAY 0xa6
32 #define SSD1306_SET_REVERSE_DISPLAY 0xa7
34 #define SSD1306_DISPLAY_OFF 0xae
35 #define SSD1306_DISPLAY_ON 0xaf
40 #define SSD1306_SET_LOWER_COL_ADDRESS 0x00
41 #define SSD1306_SET_LOWER_COL_ADDRESS_MASK 0x0f
43 #define SSD1306_SET_HIGHER_COL_ADDRESS 0x10
44 #define SSD1306_SET_HIGHER_COL_ADDRESS_MASK 0x0f
46 #define SSD1306_SET_MEM_ADDRESSING_MODE 0x20 /* double byte command */
47 #define SSD1306_SET_MEM_ADDRESSING_HORIZONTAL 0x00
48 #define SSD1306_SET_MEM_ADDRESSING_VERTICAL 0x01
49 #define SSD1306_SET_MEM_ADDRESSING_PAGE 0x02
51 #define SSD1306_SET_COLUMN_ADDRESS 0x21 /* triple byte command */
53 #define SSD1306_SET_PAGE_ADDRESS 0x22 /* triple byte command */
55 #define SSD1306_SET_PAGE_START_ADDRESS 0xb0
56 #define SSD1306_SET_PAGE_START_ADDRESS_MASK 0x07
62 #define SSD1306_SET_START_LINE 0x40
63 #define SSD1306_SET_START_LINE_MASK 0x3f
65 #define SSD1306_SET_SEGMENT_MAP_NORMAL 0xa0
66 #define SSD1306_SET_SEGMENT_MAP_REMAPED 0xa1
68 #define SSD1306_SET_MULTIPLEX_RATIO 0xa8 /* double byte command */
70 #define SSD1306_SET_COM_OUTPUT_SCAN_NORMAL 0xc0
71 #define SSD1306_SET_COM_OUTPUT_SCAN_FLIPPED 0xc8
73 #define SSD1306_SET_DISPLAY_OFFSET 0xd3 /* double byte command */
75 #define SSD1306_SET_PADS_HW_CONFIG 0xda /* double byte command */
76 #define SSD1306_SET_PADS_HW_SEQUENTIAL 0x02
77 #define SSD1306_SET_PADS_HW_ALTERNATIVE 0x12
83 #define SSD1306_SET_CLOCK_DIV_RATIO 0xd5 /* double byte command */
85 #define SSD1306_SET_CHARGE_PERIOD 0xd9 /* double byte command */
87 #define SSD1306_SET_VCOM_DESELECT_LEVEL 0xdb /* double byte command */
89 #define SSD1306_NOP 0xe3
94 #define SSD1306_SET_CHARGE_PUMP_ON 0x8d /* double byte command */
95 #define SSD1306_SET_CHARGE_PUMP_ON_DISABLED 0x10
96 #define SSD1306_SET_CHARGE_PUMP_ON_ENABLED 0x14
98 #define SH1106_SET_DCDC_MODE 0xad /* double byte command */
99 #define SH1106_SET_DCDC_DISABLED 0x8a
100 #define SH1106_SET_DCDC_ENABLED 0x8b
102 #define SSD1306_SET_PUMP_VOLTAGE_64 0x30
103 #define SSD1306_SET_PUMP_VOLTAGE_74 0x31
104 #define SSD1306_SET_PUMP_VOLTAGE_80 0x32
105 #define SSD1306_SET_PUMP_VOLTAGE_90 0x33
110 #define SSD1306_READ_MODIFY_WRITE_START 0xe0
111 #define SSD1306_READ_MODIFY_WRITE_END 0xee