ESPHome  2024.9.0
Namespaces | Functions | Variables
display.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 Implementation of SPI Controller mode.
 
 esphome::display
 

Functions

const LogString * esphome::display::text_align_to_string (TextAlign textalign)
 

Variables

const Color esphome::display::COLOR_OFF (0, 0, 0, 0)
 Turn the pixel OFF. More...
 
const Color esphome::display::COLOR_ON (255, 255, 255, 255)
 Turn the pixel ON. More...
 
const uint8_t TESTCARD_FONT [3][8] esphome::display::PROGMEM