|
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.
|
#include <device.hpp>
Public Attributes | |
| std::string | gpio_chip = "/dev/gpiochip0" |
| Path to GPIO chip device. | |
| std::string | spi_device = "/dev/spidev0.0" |
| Path to SPI device. | |
| std::uint32_t | spi_speed_hz = 1953125 |
| SPI clock speed in Hz (~1.95MHz) | |
| std::string epaper::DeviceConfig::gpio_chip = "/dev/gpiochip0" |
Path to GPIO chip device.
| std::string epaper::DeviceConfig::spi_device = "/dev/spidev0.0" |
Path to SPI device.
| std::uint32_t epaper::DeviceConfig::spi_speed_hz = 1953125 |
SPI clock speed in Hz (~1.95MHz)