ESPHome  2024.7.2
Namespaces | Variables
display.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 Implementation of SPI Controller mode.
 
 esphome::display
 

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