diff options
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#ifndef GUI_H +#define GUI_H + +void guiDrawButton(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, unsigned char *str, uint16_t fontColor, uint16_t buttonColor, uint8_t *state); + +#endif + |