diff options
author | Tectu <joel@unormal.org> | 2012-06-03 18:17:02 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-03 18:17:02 +0200 |
commit | 181ce2153097d40b6e6945e6120943896c0db00b (patch) | |
tree | 092a9f20da3b872ea4baa3edf66033b42026a6b5 | |
parent | e1d479987a96f78ccbfe8287ef3e874749436b3e (diff) | |
download | uGFX-181ce2153097d40b6e6945e6120943896c0db00b.tar.gz uGFX-181ce2153097d40b6e6945e6120943896c0db00b.tar.bz2 uGFX-181ce2153097d40b6e6945e6120943896c0db00b.zip |
added filled / frame types
-rw-r--r-- | glcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ ( blue >> 3 ))
enum orientation {portrait, landscape, portraitInv, landscapeInv};
+enum filles{frame, filled};
void lcdInit(void);
void lcdClear(uint16_t color);
|