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);