diff options
author | Tectu <joel@unormal.org> | 2012-07-09 19:29:49 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-09 19:29:49 +0200 |
commit | d8ea4330304f943a730ce51c3b46d1bcfd7e1261 (patch) | |
tree | 148c92f6f12a724724292a9c0b2d5ee63acd1a61 /gui.h | |
parent | 1e0983019dc0165b7325908704098742a0fb4b7a (diff) | |
download | uGFX-d8ea4330304f943a730ce51c3b46d1bcfd7e1261.tar.gz uGFX-d8ea4330304f943a730ce51c3b46d1bcfd7e1261.tar.bz2 uGFX-d8ea4330304f943a730ce51c3b46d1bcfd7e1261.zip |
added passive guiDrawSlider()
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |