ESPHome  2024.3.1
Data Structures | Namespaces | Enumerations
display_color_utils.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::display::ColorUtil
 

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::display
 

Enumerations

enum  esphome::display::ColorOrder : uint8_t { esphome::display::COLOR_ORDER_RGB = 0, esphome::display::COLOR_ORDER_BGR = 1, esphome::display::COLOR_ORDER_GRB = 2 }
 
enum  esphome::display::ColorBitness : uint8_t { esphome::display::COLOR_BITNESS_888 = 0, esphome::display::COLOR_BITNESS_565 = 1, esphome::display::COLOR_BITNESS_332 = 2 }