ESPHome
2024.10.2
|
Data Structures | |
class | Image |
Enumerations | |
enum | ImageType { IMAGE_TYPE_BINARY = 0, IMAGE_TYPE_GRAYSCALE = 1, IMAGE_TYPE_RGB24 = 2, IMAGE_TYPE_RGB565 = 3, IMAGE_TYPE_RGBA = 4 } |
Functions | |
int | image_type_to_bpp (ImageType type) |
int | image_type_to_width_stride (int width, ImageType type) |
|
inline |