|
libepaper 2.0.0
A C++23 library for controlling Waveshare e-paper displays on Raspberry Pi, featuring transparent sleep/wake management and a fluent builder API.
|
Variables | |
| constexpr RGB | Black {0, 0, 0} |
| constexpr RGB | White {255, 255, 255} |
| constexpr RGB | Red {255, 0, 0} |
| constexpr RGB | Green {0, 255, 0} |
| constexpr RGB | Blue {0, 0, 255} |
| constexpr RGB | Yellow {255, 255, 0} |
| constexpr RGB | Cyan {0, 255, 255} |
| constexpr RGB | Magenta {255, 0, 255} |
| constexpr RGB | Gray {128, 128, 128} |
| constexpr RGB | DarkGray {64, 64, 64} |
| constexpr RGB | LightGray {192, 192, 192} |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |