|
ESPHome 2026.3.0-dev
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::epaper_spi |
Functions | |
| template<typename NATIVE_COLOR > | |
| constexpr NATIVE_COLOR | esphome::epaper_spi::color_to_bwyr (Color color, NATIVE_COLOR hw_black, NATIVE_COLOR hw_white, NATIVE_COLOR hw_yellow, NATIVE_COLOR hw_red) |
| Map RGB color to discrete BWYR hex 4 color key. | |