aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcd.h')
-rw-r--r--glcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcd.h b/glcd.h
index c85a3df6..31ff740a 100644
--- a/glcd.h
+++ b/glcd.h
@@ -34,7 +34,7 @@ enum filled {frame, filled};
// For text rendering only
extern uint16_t bgcolor, fgcolor;
extern uint16_t cx, cy;
-extern const uint8_t* font;
+extern uint8_t* font;
// A few macros
#define lcdGotoXY(x,y) { cx=x; cy=y; }