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.
Loading...
Searching...
No Matches
BoolIndicator.h File Reference

Containing a class for a boolean indicator that is only showing a boolean variable value. More...

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...
 

Macros

#define DEFAULT_BOOLINDICATOR_LED_DIAMETER   20
 Default width and height for the bool indicator with led style.
 
#define DEFAULT_BOOLINDICATOR_LED_SPACING   3
 Default spacing between the led indicator outline and the inner circle.
 

Typedefs

typedef enum BoolIndicatorStyles BoolIndicatorStyles_t
 Available boolean indicator styles.
 

Enumerations

enum  BoolIndicatorStyles { BOOLINDICATOR_STYLE_LED , BOOLINDICATOR_STYLE_CLASSIC }
 Available boolean indicator styles. More...
 

Detailed Description

Containing a class for a boolean indicator that is only showing a boolean variable value.

Enumeration Type Documentation

◆ BoolIndicatorStyles

Available boolean indicator styles.

Enumerator
BOOLINDICATOR_STYLE_LED 

The boolean indicator is styled like a LED.

BOOLINDICATOR_STYLE_CLASSIC 

The boolean indicator is styled with a rectangle with ON/OFF text.