ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
class | esphome::online_image::OnlineImage |
Download an image from a given URL, and decode it using the specified decoder. More... | |
class | esphome::online_image::OnlineImageSetUrlAction< Ts > |
class | esphome::online_image::OnlineImageReleaseAction< Ts > |
class | esphome::online_image::DownloadFinishedTrigger |
class | esphome::online_image::DownloadErrorTrigger |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::online_image | |
Typedefs | |
using | esphome::online_image::t_http_codes = enum { HTTP_CODE_OK=200, HTTP_CODE_NOT_MODIFIED=304, HTTP_CODE_NOT_FOUND=404, } |
Enumerations | |
enum | esphome::online_image::ImageFormat { esphome::online_image::AUTO, esphome::online_image::JPEG, esphome::online_image::PNG } |
Format that the image is encoded with. More... | |