|
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.
|
Pin configuration for standard Raspberry Pi HATs. More...
#include <epd27.hpp>

Static Public Member Functions | |
| static constexpr auto | waveshare_hat () -> EPD27PinConfig |
Public Attributes | |
| Pin | rst {0} |
| Pin | dc {0} |
| Pin | cs {0} |
| Pin | busy {0} |
| std::optional< Pin > | pwr |
Pin configuration for standard Raspberry Pi HATs.
|
inlinestaticconstexpr |
| Pin epaper::EPD27PinConfig::busy {0} |
| Pin epaper::EPD27PinConfig::cs {0} |
| Pin epaper::EPD27PinConfig::dc {0} |
| std::optional<Pin> epaper::EPD27PinConfig::pwr |
| Pin epaper::EPD27PinConfig::rst {0} |