Documentation
¶
Index ¶
Constants ¶
View Source
const ( I2C_SLAVE = 0x0703 OLED_CMD = 0x80 OLED_CMD_COL_ADDRESSING = 0x21 OLED_CMD_PAGE_ADDRESSING = 0x22 OLED_CMD_CONTRAST = 0x81 OLED_CMD_START_COLUMN = 0x00 OLED_CMD_HIGH_COLUMN = 0x10 OLED_CMD_DISPLAY_OFF = 0xAE OLED_CMD_DISPLAY_ON = 0xAF OLED_DATA = 0x40 OLED_ADRESSING = 0x21 OLED_ADRESSING_START = 0xB0 OLED_ADRESSING_COL = 0x21 OLED_END = 0x10 PIXSIZE = 8 )
Constants for OLED commands and addressing const (
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.