ESPHome
2024.10.2
|
Data Structures | |
class | ST7701S |
Variables | |
const uint8_t | SW_RESET_CMD = 0x01 |
const uint8_t | SLEEP_OUT = 0x11 |
const uint8_t | SDIR_CMD = 0xC7 |
const uint8_t | MADCTL_CMD = 0x36 |
const uint8_t | INVERT_OFF = 0x20 |
const uint8_t | INVERT_ON = 0x21 |
const uint8_t | DISPLAY_ON = 0x29 |
const uint8_t | CMD2_BKSEL = 0xFF |
const uint8_t | CMD2_BK0 [5] = {0x77, 0x01, 0x00, 0x00, 0x10} |
const uint8_t | ST7701S_DELAY_FLAG = 0xFF |
const uint8_t esphome::st7701s::CMD2_BK0[5] = {0x77, 0x01, 0x00, 0x00, 0x10} |