ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
class | esphome::image::Image |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::image | |
Enumerations | |
enum | esphome::image::ImageType { esphome::image::IMAGE_TYPE_BINARY = 0, esphome::image::IMAGE_TYPE_GRAYSCALE = 1, esphome::image::IMAGE_TYPE_RGB24 = 2, esphome::image::IMAGE_TYPE_RGB565 = 3, esphome::image::IMAGE_TYPE_RGBA = 4 } |
Functions | |
int | esphome::image::image_type_to_bpp (ImageType type) |
int | esphome::image::image_type_to_width_stride (int width, ImageType type) |