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.
Loading...
Searching...
No Matches
epaper::ImageIO Member List

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::ImageIOstatic
load_image(std::string_view path, int desired_channels=0) -> std::expected< ImageResult, Error >epaper::ImageIOstatic
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::ImageIOstatic