aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-07 14:37:29 +0200
committerTectu <joel@unormal.org>2012-06-07 14:37:29 +0200
commit9ccab0c20744cb832197e8da5e0005ee4d4ae15d (patch)
treed3e2c9f9030a5b961d9007ec2a6c36e821cd335c /gui.h
parent8cafee2c32c0961d0e1afeba4983109d6655a7c9 (diff)
downloaduGFX-9ccab0c20744cb832197e8da5e0005ee4d4ae15d.tar.gz
uGFX-9ccab0c20744cb832197e8da5e0005ee4d4ae15d.tar.bz2
uGFX-9ccab0c20744cb832197e8da5e0005ee4d4ae15d.zip
cleanups
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gui.h b/gui.h
new file mode 100644
index 00000000..3a6835ca
--- /dev/null
+++ b/gui.h
@@ -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
+