aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-07-09 22:40:35 +0200
committerTectu <joel@unormal.org>2012-07-09 22:40:35 +0200
commit3e6d376e1eb7f61628ab65b058511a55a9e0f22c (patch)
treecee0286635959e3746fbb69e8c558f95249c320a /gui.h
parent4df715dd4600ddd05afe579ff742fbb331710cbc (diff)
downloaduGFX-3e6d376e1eb7f61628ab65b058511a55a9e0f22c.tar.gz
uGFX-3e6d376e1eb7f61628ab65b058511a55a9e0f22c.tar.bz2
uGFX-3e6d376e1eb7f61628ab65b058511a55a9e0f22c.zip
guiDrawSlider() fixes
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;