ESPHome  2025.2.0
Data Structures | Namespaces | Enumerations
image_decoder.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::online_image::ImageDecoder
 Class to abstract decoding different image formats. More...
 
class  esphome::online_image::DownloadBuffer
 

Namespaces

 esphome
 Implementation of SPI Controller mode.
 
 esphome::online_image
 

Enumerations

enum  esphome::online_image::DecodeError : int { esphome::online_image::DECODE_ERROR_INVALID_TYPE = -1, esphome::online_image::DECODE_ERROR_UNSUPPORTED_FORMAT = -2, esphome::online_image::DECODE_ERROR_OUT_OF_MEMORY = -3 }