GUIslice
0.16.0
Embedded GUI in C
|
Extended data for Slider element. More...
#include <XGlowball.h>
Data Fields | |
int16_t | nMidX |
Gauge midpoint X coord. More... | |
int16_t | nMidY |
Gauge midpoint Y coord. More... | |
gslc_tsXGlowballRing * | pRings |
Ring definition array. More... | |
uint8_t | nNumRings |
Number of rings in definition. More... | |
uint16_t | nQuality |
Rendering quality (number of segments / rotation) More... | |
int16_t | nAngStart |
Starting angle (0..510 degrees) More... | |
int16_t | nAngEnd |
Ending angle (0..510 degrees) More... | |
gslc_tsColor | colBg |
Background color (for redraw) More... | |
int16_t | nVal |
Current value. More... | |
int16_t | nValLast |
Previous value. More... | |
Extended data for Slider element.
gslc_tsColor gslc_tsXGlowball::colBg |
Background color (for redraw)
int16_t gslc_tsXGlowball::nAngEnd |
Ending angle (0..510 degrees)
int16_t gslc_tsXGlowball::nAngStart |
Starting angle (0..510 degrees)
int16_t gslc_tsXGlowball::nMidX |
Gauge midpoint X coord.
int16_t gslc_tsXGlowball::nMidY |
Gauge midpoint Y coord.
uint8_t gslc_tsXGlowball::nNumRings |
Number of rings in definition.
uint16_t gslc_tsXGlowball::nQuality |
Rendering quality (number of segments / rotation)
int16_t gslc_tsXGlowball::nVal |
Current value.
int16_t gslc_tsXGlowball::nValLast |
Previous value.
gslc_tsXGlowballRing* gslc_tsXGlowball::pRings |
Ring definition array.