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 a class for a boolean indicator that is only showing a boolean variable value. More...
#include "../Core/UIElement.h"
Go to the source code of this file.
Classes | |
class | BoolIndicator |
Class for a boolean indicator that is only showing a boolean variable value. More... | |
Typedefs | |
typedef enum BoolIndicatorStyles | BoolIndicatorStyles_t |
Available boolean indicator styles. | |
Enumerations | |
enum | BoolIndicatorStyles { BOOLINDICATOR_STYLE_LED , BOOLINDICATOR_STYLE_CLASSIC } |
Available boolean indicator styles. More... | |
Containing a class for a boolean indicator that is only showing a boolean variable value.
enum BoolIndicatorStyles |