From c7eddd1bf3fd4676ea402a00b5025795e40739fb Mon Sep 17 00:00:00 2001 From: Tectu Date: Thu, 7 Jun 2012 14:37:50 +0200 Subject: [PATCH] added GUI files --- gui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gui.c b/gui.c index ef90d63e..344ff0c5 100644 --- a/gui.c +++ b/gui.c @@ -35,6 +35,5 @@ void guiInit(void) { 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) { lcdDrawRectString(x0, y0, x1, y1, str, fontColor, buttonColor); - }