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
Public Attributes | List of all members
epaper::ImageIO::ImageResult Struct Reference

#include <image_io.hpp>

Public Attributes

std::size_t width
 
std::size_t height
 
std::size_t channels
 
std::vector< std::uint8_t > data
 

Member Data Documentation

◆ channels

std::size_t epaper::ImageIO::ImageResult::channels

◆ data

std::vector<std::uint8_t> epaper::ImageIO::ImageResult::data

◆ height

std::size_t epaper::ImageIO::ImageResult::height

◆ width

std::size_t epaper::ImageIO::ImageResult::width

The documentation for this struct was generated from the following file: