GUIslice
0.16.0
Embedded GUI in C
|
Extended data for Gauge element. More...
#include <XProgress.h>
Data Fields | |
int16_t | nMin |
Minimum control value. More... | |
int16_t | nMax |
Maximum control value. More... | |
int16_t | nVal |
Current control value. More... | |
int16_t | nValLast |
Last value. More... | |
bool | bValLastValid |
Last value valid? More... | |
gslc_tsColor | colGauge |
Color of gauge fill bar. More... | |
bool | bVert |
Vertical if true, else Horizontal. More... | |
bool | bFlip |
Reverse direction of gauge. More... | |
Extended data for Gauge element.
bool gslc_tsXProgress::bFlip |
Reverse direction of gauge.
bool gslc_tsXProgress::bValLastValid |
Last value valid?
bool gslc_tsXProgress::bVert |
Vertical if true, else Horizontal.
gslc_tsColor gslc_tsXProgress::colGauge |
Color of gauge fill bar.
int16_t gslc_tsXProgress::nMax |
Maximum control value.
int16_t gslc_tsXProgress::nMin |
Minimum control value.
int16_t gslc_tsXProgress::nVal |
Current control value.
int16_t gslc_tsXProgress::nValLast |
Last value.