|
GUIslice
0.16.0
Embedded GUI in C
|
Extended data for Gauge element. More...
#include <XRadial.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... | |
| gslc_tsColor | colTick |
| Color of gauge tick marks. More... | |
| uint16_t | nTickCnt |
| Number of gauge tick marks. More... | |
| uint16_t | nTickLen |
| Length of gauge tick marks. More... | |
| bool | bFlip |
| Reverse direction of gauge. More... | |
| uint16_t | nIndicLen |
| Indicator length. More... | |
| uint16_t | nIndicTip |
| Size of tip at end of indicator. More... | |
| bool | bIndicFill |
| Fill the indicator if true. More... | |
Extended data for Gauge element.
| bool gslc_tsXRadial::bFlip |
Reverse direction of gauge.
| bool gslc_tsXRadial::bIndicFill |
Fill the indicator if true.
| bool gslc_tsXRadial::bValLastValid |
Last value valid?
| gslc_tsColor gslc_tsXRadial::colGauge |
Color of gauge fill bar.
| gslc_tsColor gslc_tsXRadial::colTick |
Color of gauge tick marks.
| uint16_t gslc_tsXRadial::nIndicLen |
Indicator length.
| uint16_t gslc_tsXRadial::nIndicTip |
Size of tip at end of indicator.
| int16_t gslc_tsXRadial::nMax |
Maximum control value.
| int16_t gslc_tsXRadial::nMin |
Minimum control value.
| uint16_t gslc_tsXRadial::nTickCnt |
Number of gauge tick marks.
| uint16_t gslc_tsXRadial::nTickLen |
Length of gauge tick marks.
| int16_t gslc_tsXRadial::nVal |
Current control value.
| int16_t gslc_tsXRadial::nValLast |
Last value.