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

Resolution setting constants. More...

Variables

constexpr std::uint8_t WIDTH_HIGH = 0x00
 Width high byte (176 >> 8)
 
constexpr std::uint8_t WIDTH_LOW = 0xB0
 Width low byte (176 & 0xFF)
 
constexpr std::uint8_t HEIGHT_HIGH = 0x01
 Height high byte (264 >> 8)
 
constexpr std::uint8_t HEIGHT_LOW = 0x08
 Height low byte (264 & 0xFF)
 

Detailed Description

Resolution setting constants.

Variable Documentation

◆ HEIGHT_HIGH

constexpr std::uint8_t epaper::Resolution::HEIGHT_HIGH = 0x01
constexpr

Height high byte (264 >> 8)

◆ HEIGHT_LOW

constexpr std::uint8_t epaper::Resolution::HEIGHT_LOW = 0x08
constexpr

Height low byte (264 & 0xFF)

◆ WIDTH_HIGH

constexpr std::uint8_t epaper::Resolution::WIDTH_HIGH = 0x00
constexpr

Width high byte (176 >> 8)

◆ WIDTH_LOW

constexpr std::uint8_t epaper::Resolution::WIDTH_LOW = 0xB0
constexpr

Width low byte (176 & 0xFF)