|
Lamp-Da 0.1
A compact lantern project
|
Define an UI element. More...
#include <overlay.hpp>
Public Attributes | |
| ElementType | type = ElementType::NONE |
| type of UI elements | |
| uint8_t | progress |
| 0-255 animation progress | |
| uint16_t | coordinateX |
| start X coordinates | |
| uint16_t | coordinateY |
| start Y coordinates | |
| colors::PaletteTy | color |
| color palette to display | |
| int32_t | timeout_ms = -1 |
| If set to a positive number, this element will delete itself at the set time. | |
Define an UI element.