ESPHome 2025.5.0
Loading...
Searching...
No Matches
image.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::image::Image
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::image
 

Enumerations

enum  esphome::image::ImageType { esphome::image::IMAGE_TYPE_BINARY = 0 , esphome::image::IMAGE_TYPE_GRAYSCALE = 1 , esphome::image::IMAGE_TYPE_RGB = 2 , esphome::image::IMAGE_TYPE_RGB565 = 3 }
 
enum  esphome::image::Transparency { esphome::image::TRANSPARENCY_OPAQUE = 0 , esphome::image::TRANSPARENCY_CHROMA_KEY = 1 , esphome::image::TRANSPARENCY_ALPHA_CHANNEL = 2 }