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.
|
Containing the definition for all user interface element types (controls, indicators, containers). More...
Go to the source code of this file.
Enumerations | |
enum | UIElementType { UI_INDICATOR , UI_CONTROL , UI_CONTAINER } |
Available user interface element types. More... | |
Containing the definition for all user interface element types (controls, indicators, containers).
enum UIElementType |
Available user interface element types.
Enumeration with all different user interface element types.
Enumerator | |
---|---|
UI_INDICATOR | Indicator elements are only used to show information to the user. |
UI_CONTROL | Control elements are used to show informations and offer the possibility to change some values. |
UI_CONTAINER | Container elements are used to bundle other elements and add some paging or scrolling logic. |