diff options
author | Tectu <joel@unormal.org> | 2012-06-07 14:37:50 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-07 14:37:50 +0200 |
commit | c7eddd1bf3fd4676ea402a00b5025795e40739fb (patch) | |
tree | 46799bf31713bb25014c0b78eea917e8dcc1f815 | |
parent | 9ccab0c20744cb832197e8da5e0005ee4d4ae15d (diff) | |
download | uGFX-c7eddd1bf3fd4676ea402a00b5025795e40739fb.tar.gz uGFX-c7eddd1bf3fd4676ea402a00b5025795e40739fb.tar.bz2 uGFX-c7eddd1bf3fd4676ea402a00b5025795e40739fb.zip |
added GUI files
-rw-r--r-- | gui.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); - } |