ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
class | esphome::st7701s::ST7701S |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::st7701s | |
Variables | |
const uint8_t | esphome::st7701s::SW_RESET_CMD = 0x01 |
const uint8_t | esphome::st7701s::SLEEP_OUT = 0x11 |
const uint8_t | esphome::st7701s::SDIR_CMD = 0xC7 |
const uint8_t | esphome::st7701s::MADCTL_CMD = 0x36 |
const uint8_t | esphome::st7701s::INVERT_OFF = 0x20 |
const uint8_t | esphome::st7701s::INVERT_ON = 0x21 |
const uint8_t | esphome::st7701s::DISPLAY_ON = 0x29 |
const uint8_t | esphome::st7701s::CMD2_BKSEL = 0xFF |
const uint8_t | esphome::st7701s::CMD2_BK0 [5] = {0x77, 0x01, 0x00, 0x00, 0x10} |
const uint8_t | esphome::st7701s::ST7701S_DELAY_FLAG = 0xFF |