Lines Matching full:byte
15 /* The next byte will contain a command */
17 /* The next byte will contain data */
26 #define SSD1306_SET_CONTRAST_CTRL 0x81 /* double byte command */
48 #define SSD1306_SET_MEM_ADDRESSING_MODE 0x20 /* double byte command */
53 #define SSD1306_SET_COLUMN_ADDRESS 0x21 /* triple byte command */
55 #define SSD1306_SET_PAGE_ADDRESS 0x22 /* triple byte command */
70 #define SSD1306_SET_MULTIPLEX_RATIO 0xa8 /* double byte command */
75 #define SSD1306_SET_DISPLAY_OFFSET 0xd3 /* double byte command */
77 #define SSD1306_SET_PADS_HW_CONFIG 0xda /* double byte command */
89 #define SSD1306_SET_CLOCK_DIV_RATIO 0xd5 /* double byte command */
91 #define SSD1306_SET_CHARGE_PERIOD 0xd9 /* double byte command */
93 #define SSD1306_SET_VCOM_DESELECT_LEVEL 0xdb /* double byte command */
100 #define SSD1306_SET_CHARGE_PUMP_ON 0x8d /* double byte command */
104 #define SH1106_SET_DCDC_MODE 0xad /* double byte command */