|
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.
|
This is the complete list of members for epaper::TextCommand, including all inherited members.
| background | epaper::TextCommand | |
| content_type | epaper::TextCommand | |
| decimal | epaper::TextCommand | |
| decimal_places | epaper::TextCommand | |
| font | epaper::TextCommand | |
| foreground | epaper::TextCommand | |
| number | epaper::TextCommand | |
| position | epaper::TextCommand | |
| text | epaper::TextCommand | |
| TextCommand(Point pos, std::string_view txt, const Font *f, Color fg=Color::Black, Color bg=Color::White) noexcept | epaper::TextCommand | inline |
| TextCommand(Point pos, std::int32_t num, const Font *f, Color fg=Color::Black, Color bg=Color::White) noexcept | epaper::TextCommand | inline |
| TextCommand(Point pos, double dec, std::uint8_t places, const Font *f, Color fg=Color::Black, Color bg=Color::White) noexcept | epaper::TextCommand | inline |