aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-03 18:17:02 +0200
committerTectu <joel@unormal.org>2012-06-03 18:17:02 +0200
commit181ce2153097d40b6e6945e6120943896c0db00b (patch)
tree092a9f20da3b872ea4baa3edf66033b42026a6b5
parente1d479987a96f78ccbfe8287ef3e874749436b3e (diff)
downloaduGFX-181ce2153097d40b6e6945e6120943896c0db00b.tar.gz
uGFX-181ce2153097d40b6e6945e6120943896c0db00b.tar.bz2
uGFX-181ce2153097d40b6e6945e6120943896c0db00b.zip
added filled / frame types
-rw-r--r--glcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glcd.h b/glcd.h
index 6ad127fa..15dea81e 100644
--- a/glcd.h
+++ b/glcd.h
@@ -46,6 +46,7 @@
( blue >> 3 ))
enum orientation {portrait, landscape, portraitInv, landscapeInv};
+enum filles{frame, filled};
void lcdInit(void);
void lcdClear(uint16_t color);