C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
struct_DataToShow Struct Reference

data structure used to queue data to send to the display task More...

#include <display_device.h>

Collaboration diagram for struct_DataToShow:
Collaboration graph

Public Attributes

DisplayCommand command {DisplayCommand::SHOW_IMAGE}
 the command to be executed by the display task
 
GraphicDisplayDevicedisplay = nullptr
 the display device
 
Canvascanvas = 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
 

Detailed Description

data structure used to queue data to send to the display task


The documentation for this struct was generated from the following file: