ESPHome  2024.4.2
Data Structures | Variables
esphome::st7701s Namespace Reference

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}
 

Variable Documentation

◆ CMD2_BK0

const uint8_t esphome::st7701s::CMD2_BK0[5] = {0x77, 0x01, 0x00, 0x00, 0x10}

Definition at line 27 of file st7701s.h.

◆ CMD2_BKSEL

const uint8_t esphome::st7701s::CMD2_BKSEL = 0xFF

Definition at line 26 of file st7701s.h.

◆ DISPLAY_ON

const uint8_t esphome::st7701s::DISPLAY_ON = 0x29

Definition at line 25 of file st7701s.h.

◆ INVERT_OFF

const uint8_t esphome::st7701s::INVERT_OFF = 0x20

Definition at line 23 of file st7701s.h.

◆ INVERT_ON

const uint8_t esphome::st7701s::INVERT_ON = 0x21

Definition at line 24 of file st7701s.h.

◆ MADCTL_CMD

const uint8_t esphome::st7701s::MADCTL_CMD = 0x36

Definition at line 22 of file st7701s.h.

◆ SDIR_CMD

const uint8_t esphome::st7701s::SDIR_CMD = 0xC7

Definition at line 21 of file st7701s.h.

◆ SLEEP_OUT

const uint8_t esphome::st7701s::SLEEP_OUT = 0x11

Definition at line 20 of file st7701s.h.

◆ SW_RESET_CMD

const uint8_t esphome::st7701s::SW_RESET_CMD = 0x01

Definition at line 19 of file st7701s.h.