|
C++ DevKit
C++ set of OOP library
|
data structure used to queue data to send to the display task More...
#include <display_device.h>

Public Attributes | |
| DisplayCommand | command {DisplayCommand::SHOW_IMAGE} |
| the command to be executed by the display task | |
| GraphicDisplayDevice * | display = nullptr |
| the display device | |
| Canvas * | canvas = nullptr |
| the canvas to be displayed | |
| uint8_t | anchor_x = 0 |
| the x anchor position of the canvas on the display | |
| uint8_t | anchor_y = 0 |
| the y anchor position of the canvas on the display | |
data structure used to queue data to send to the display task