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
Static Public Attributes | List of all members
epaper::driver_traits< MockDriver > Struct Reference

#include <mock_driver.hpp>

Static Public Attributes

static constexpr DisplayMode max_mode = DisplayMode::Spectra6
 
static constexpr bool supports_grayscale = true
 
static constexpr bool supports_partial_refresh = true
 
static constexpr bool supports_power_control = true
 
static constexpr bool supports_wake_from_sleep = true
 
static constexpr std::size_t max_width = 800
 
static constexpr std::size_t max_height = 600
 

Member Data Documentation

◆ max_height

constexpr std::size_t epaper::driver_traits< MockDriver >::max_height = 600
staticconstexpr

◆ max_mode

constexpr DisplayMode epaper::driver_traits< MockDriver >::max_mode = DisplayMode::Spectra6
staticconstexpr

◆ max_width

constexpr std::size_t epaper::driver_traits< MockDriver >::max_width = 800
staticconstexpr

◆ supports_grayscale

constexpr bool epaper::driver_traits< MockDriver >::supports_grayscale = true
staticconstexpr

◆ supports_partial_refresh

constexpr bool epaper::driver_traits< MockDriver >::supports_partial_refresh = true
staticconstexpr

◆ supports_power_control

constexpr bool epaper::driver_traits< MockDriver >::supports_power_control = true
staticconstexpr

◆ supports_wake_from_sleep

constexpr bool epaper::driver_traits< MockDriver >::supports_wake_from_sleep = true
staticconstexpr

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