|
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.
|
This is the complete list of members for epaper::RGB, including all inherited members.
| b | epaper::RGB | |
| g | epaper::RGB | |
| operator==(const RGB &other) const noexcept -> bool=default | epaper::RGB | |
| r | epaper::RGB | |
| RGB() | epaper::RGB | inline |
| RGB(std::uint8_t red, std::uint8_t green, std::uint8_t blue) | epaper::RGB | inline |
| to_grayscale() const noexcept -> std::uint8_t | epaper::RGB | inline |