diff options
author | Tectu <joel@unormal.org> | 2012-06-26 13:44:10 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-26 13:44:10 +0200 |
commit | bbfc18bc27cac2abc276fe526ad7c8734515f946 (patch) | |
tree | 19ce45769835f3c2f9a3be5eb6605e0a27b8a7d6 /gui.h | |
parent | 87888e474da82cfac4ad0ce8f03a1e9647542cd8 (diff) | |
download | uGFX-bbfc18bc27cac2abc276fe526ad7c8734515f946.tar.gz uGFX-bbfc18bc27cac2abc276fe526ad7c8734515f946.tar.bz2 uGFX-bbfc18bc27cac2abc276fe526ad7c8734515f946.zip |
fixed active/inactive state of GUI elements
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ enum {horizontal, vertical}; enum {inactive, active}; Thread *guiInit(uint16_t interval); -void printNode(BaseSequentialStream *chp); +void guiPrintNode(BaseSequentialStream *chp); uint8_t guiDrawButton(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, char *str, uint16_t fontColor, uint16_t buttonColor, uint8_t *active, uint8_t *state); #ifdef __cplusplus |