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::PowerOptimization Namespace Reference

Power optimization register settings. More...

Variables

constexpr std::uint8_t REG1 = 0x60
 
constexpr std::uint8_t VAL1 = 0xA5
 
constexpr std::uint8_t REG2 = 0x89
 
constexpr std::uint8_t VAL2 = 0xA5
 
constexpr std::uint8_t REG3 = 0x90
 
constexpr std::uint8_t VAL3 = 0x00
 
constexpr std::uint8_t REG4 = 0x93
 
constexpr std::uint8_t VAL4 = 0x2A
 
constexpr std::uint8_t REG5 = 0xA0
 
constexpr std::uint8_t VAL5 = 0xA5
 
constexpr std::uint8_t REG6 = 0xA1
 
constexpr std::uint8_t VAL6 = 0x00
 
constexpr std::uint8_t REG7 = 0x73
 
constexpr std::uint8_t VAL7 = 0x41
 

Detailed Description

Power optimization register settings.

Sequence of register and value pairs for power optimization.

Variable Documentation

◆ REG1

constexpr std::uint8_t epaper::PowerOptimization::REG1 = 0x60
constexpr

◆ REG2

constexpr std::uint8_t epaper::PowerOptimization::REG2 = 0x89
constexpr

◆ REG3

constexpr std::uint8_t epaper::PowerOptimization::REG3 = 0x90
constexpr

◆ REG4

constexpr std::uint8_t epaper::PowerOptimization::REG4 = 0x93
constexpr

◆ REG5

constexpr std::uint8_t epaper::PowerOptimization::REG5 = 0xA0
constexpr

◆ REG6

constexpr std::uint8_t epaper::PowerOptimization::REG6 = 0xA1
constexpr

◆ REG7

constexpr std::uint8_t epaper::PowerOptimization::REG7 = 0x73
constexpr

◆ VAL1

constexpr std::uint8_t epaper::PowerOptimization::VAL1 = 0xA5
constexpr

◆ VAL2

constexpr std::uint8_t epaper::PowerOptimization::VAL2 = 0xA5
constexpr

◆ VAL3

constexpr std::uint8_t epaper::PowerOptimization::VAL3 = 0x00
constexpr

◆ VAL4

constexpr std::uint8_t epaper::PowerOptimization::VAL4 = 0x2A
constexpr

◆ VAL5

constexpr std::uint8_t epaper::PowerOptimization::VAL5 = 0xA5
constexpr

◆ VAL6

constexpr std::uint8_t epaper::PowerOptimization::VAL6 = 0x00
constexpr

◆ VAL7

constexpr std::uint8_t epaper::PowerOptimization::VAL7 = 0x41
constexpr