|
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.
|
#include <styles.hpp>
Public Member Functions | |
| constexpr | LineStyleSpec (Color c, DotPixel w=DotPixel::Pixel1x1, LineStyle s=LineStyle::Solid) noexcept |
| Construct a line style with specified parameters. | |
Public Attributes | |
| Color | color |
| Line color. | |
| DotPixel | width |
| Line width. | |
| LineStyle | style |
| Line style (solid/dotted) | |
|
inlineconstexprnoexcept |
Construct a line style with specified parameters.
| c | Line color |
| w | Line width (default: 1x1) |
| s | Line style (default: Solid) |
| Color epaper::LineStyleSpec::color |
Line color.
| LineStyle epaper::LineStyleSpec::style |
Line style (solid/dotted)
| DotPixel epaper::LineStyleSpec::width |
Line width.