From 181ce2153097d40b6e6945e6120943896c0db00b Mon Sep 17 00:00:00 2001 From: Tectu Date: Sun, 3 Jun 2012 18:17:02 +0200 Subject: [PATCH] added filled / frame types --- glcd.h | 1 + 1 file changed, 1 insertion(+) 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);