|
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::Point, including all inherited members.
| operator!=(const Point &other) const noexcept -> bool | epaper::Point | inline |
| operator==(const Point &other) const noexcept -> bool | epaper::Point | inline |
| Point() noexcept | epaper::Point | inline |
| Point(std::size_t x_coord, std::size_t y_coord) noexcept | epaper::Point | inline |
| translate(const Point &offset) const noexcept -> Point | epaper::Point | inline |
| x | epaper::Point | |
| y | epaper::Point |