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
Variables
epaper::PanelConfig Namespace Reference

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.
 

Detailed Description

Panel configuration constants.

Variable Documentation

◆ PANEL_SETTING_BW

constexpr std::uint8_t epaper::PanelConfig::PANEL_SETTING_BW = 0xAF
constexpr

Panel setting for black/white mode.

◆ PANEL_SETTING_GRAYSCALE

constexpr std::uint8_t epaper::PanelConfig::PANEL_SETTING_GRAYSCALE = 0xBF
constexpr

Panel setting for grayscale mode.

◆ PLL_SETTING_BW

constexpr std::uint8_t epaper::PanelConfig::PLL_SETTING_BW = 0x3A
constexpr

PLL 100Hz for black/white mode.

◆ PLL_SETTING_GRAYSCALE

constexpr std::uint8_t epaper::PanelConfig::PLL_SETTING_GRAYSCALE = 0x90
constexpr

PLL 100Hz for grayscale mode.

◆ VCM_DC_SETTING_VALUE

constexpr std::uint8_t epaper::PanelConfig::VCM_DC_SETTING_VALUE = 0x12
constexpr

VCM DC setting value.