|
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.
|
Panel configuration constants. More...
Variables | |
| constexpr std::uint8_t | PANEL_SETTING_BW = 0xAF |
| Panel setting for black/white mode. | |
| constexpr std::uint8_t | PANEL_SETTING_GRAYSCALE = 0xBF |
| Panel setting for grayscale mode. | |
| constexpr std::uint8_t | PLL_SETTING_BW = 0x3A |
| PLL 100Hz for black/white mode. | |
| constexpr std::uint8_t | PLL_SETTING_GRAYSCALE = 0x90 |
| PLL 100Hz for grayscale mode. | |
| constexpr std::uint8_t | VCM_DC_SETTING_VALUE = 0x12 |
| VCM DC setting value. | |
Panel configuration constants.
|
constexpr |
Panel setting for black/white mode.
|
constexpr |
Panel setting for grayscale mode.
|
constexpr |
PLL 100Hz for black/white mode.
|
constexpr |
PLL 100Hz for grayscale mode.
|
constexpr |
VCM DC setting value.