UI_Lib
a1366e08a59cc549a65fa26081e6409aa12f26d5
This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types.
|
Struct used to store the relative coordinates of a item inside the page. More...
#include <ContainerPage.h>
Public Attributes | |
UIElement * | item |
Pointer to the item for which this configuration applies. | |
uint16_t | relativeX |
Relative X coordinate inside the page where the item is placed. | |
uint16_t | relativeY |
Relative Y coordinate inside the page where the item is placed. | |
Struct used to store the relative coordinates of a item inside the page.