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

Variables

constexpr RGB Black {0, 0, 0}
 
constexpr RGB White {255, 255, 255}
 
constexpr RGB Red {255, 0, 0}
 
constexpr RGB Green {0, 255, 0}
 
constexpr RGB Blue {0, 0, 255}
 
constexpr RGB Yellow {255, 255, 0}
 
constexpr RGB Cyan {0, 255, 255}
 
constexpr RGB Magenta {255, 0, 255}
 
constexpr RGB Gray {128, 128, 128}
 
constexpr RGB DarkGray {64, 64, 64}
 
constexpr RGB LightGray {192, 192, 192}
 

Variable Documentation

◆ Black

constexpr RGB epaper::colors::Black {0, 0, 0}
constexpr

◆ Blue

constexpr RGB epaper::colors::Blue {0, 0, 255}
constexpr

◆ Cyan

constexpr RGB epaper::colors::Cyan {0, 255, 255}
constexpr

◆ DarkGray

constexpr RGB epaper::colors::DarkGray {64, 64, 64}
constexpr

◆ Gray

constexpr RGB epaper::colors::Gray {128, 128, 128}
constexpr

◆ Green

constexpr RGB epaper::colors::Green {0, 255, 0}
constexpr

◆ LightGray

constexpr RGB epaper::colors::LightGray {192, 192, 192}
constexpr

◆ Magenta

constexpr RGB epaper::colors::Magenta {255, 0, 255}
constexpr

◆ Red

constexpr RGB epaper::colors::Red {255, 0, 0}
constexpr

◆ White

constexpr RGB epaper::colors::White {255, 255, 255}
constexpr

◆ Yellow

constexpr RGB epaper::colors::Yellow {255, 255, 0}
constexpr