We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186d5b3 commit a9e5bc4Copy full SHA for a9e5bc4
glcdfont.c
@@ -10,7 +10,7 @@
10
11
// Standard ASCII 5x7 font
12
13
-static unsigned char font[] PROGMEM = {
+static const unsigned char font[] PROGMEM = {
14
0x00, 0x00, 0x00, 0x00, 0x00,
15
0x3E, 0x5B, 0x4F, 0x5B, 0x3E,
16
0x3E, 0x6B, 0x4F, 0x6B, 0x3E,
0 commit comments