ESPHome  2024.4.2
Data Structures | Namespaces | Variables
st7701s.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::st7701s::ST7701S
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 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}