|
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 "epaper/core/device.hpp"#include <chrono>#include <fcntl.h>#include <linux/spi/spidev.h>#include <sys/ioctl.h>#include <thread>#include <unistd.h>#include <utility>#include <vector>
Namespaces | |
| namespace | epaper |