|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Abstract ePaper panel interface. More...
#include <idfxx/error>#include <idfxx/gpio>#include <chrono>#include <cstddef>#include <cstdint>#include <optional>Go to the source code of this file.
Classes | |
| class | idfxx::epaper::panel |
| Abstract base class for ePaper display panels. More... | |
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::epaper |
| ePaper display driver classes. | |
Enumerations | |
| enum class | idfxx::epaper::refresh_mode : uint8_t { idfxx::epaper::full , idfxx::epaper::fast , idfxx::epaper::partial } |
| Refresh style for panel::refresh. More... | |
| enum class | idfxx::epaper::color_mode : uint8_t { idfxx::epaper::mono , idfxx::epaper::gray4 } |
| Pixel format the panel is operating in. More... | |
Abstract ePaper panel interface.
Definition in file panel.hpp.