aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index e1606e45..1e3b0a6c 100644
--- a/gui.h
+++ b/gui.h
@@ -19,6 +19,9 @@ struct guiNode_t {
uint16_t shadow;
uint16_t bkColor;
uint16_t valueColor;
+ uint16_t value;
+ uint16_t oldValue;
+ uint16_t percentage;
uint8_t orientation;
uint8_t mode;
uint8_t *active;