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 control that is showing a boolean variable value and offers the possibility to toggle the value. More...
#include "../Indicators/BoolIndicator.h"
Go to the source code of this file.
Classes | |
class | BoolControl |
Class for a boolean control that is showing a boolean variable value and offers the possibility to toggle the value. More... | |
Typedefs | |
typedef enum BoolControlStyles | BoolControlStyles_t |
Available boolean control styles. | |
Enumerations | |
enum | BoolControlStyles { BOOLCONTROL_STYLE_TOGGLESWITCH , BOOLCONTROL_STYLE_CHECKBOX , BOOLCONTROL_STYLE_CLASSIC } |
Available boolean control styles. More... | |
Containing a class for a boolean control that is showing a boolean variable value and offers the possibility to toggle the value.
enum BoolControlStyles |