|
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::ImageIO, including all inherited members.
| framebuffer_to_rgb(const FB &fb) -> std::vector< std::uint8_t > | epaper::ImageIO | static |
| load_image(std::string_view path, int desired_channels=0) -> std::expected< ImageResult, Error > | epaper::ImageIO | static |
| save_png(std::string_view path, std::size_t width, std::size_t height, int channels, std::span< const std::uint8_t > data) -> std::expected< void, Error > | epaper::ImageIO | static |