diff options
author | Tectu <joel@unormal.org> | 2012-07-09 22:40:35 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-09 22:40:35 +0200 |
commit | 3e6d376e1eb7f61628ab65b058511a55a9e0f22c (patch) | |
tree | cee0286635959e3746fbb69e8c558f95249c320a /gui.h | |
parent | 4df715dd4600ddd05afe579ff742fbb331710cbc (diff) | |
download | uGFX-3e6d376e1eb7f61628ab65b058511a55a9e0f22c.tar.gz uGFX-3e6d376e1eb7f61628ab65b058511a55a9e0f22c.tar.bz2 uGFX-3e6d376e1eb7f61628ab65b058511a55a9e0f22c.zip |
guiDrawSlider() fixes
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |