aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 1f616456..49b8241f 100644
--- a/gui.h
+++ b/gui.h
@@ -17,6 +17,8 @@ struct guiNode_t {
uint16_t r1;
uint16_t r2;
uint16_t shadow;
+ uint16_t bkColor;
+ uint16_t valueColor;
uint8_t orientation;
uint8_t *active;
uint8_t *state;