We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c4a2b9 + c483480 commit 5e168faCopy full SHA for 5e168fa
3 files changed
software/cp437/font.h
@@ -5,7 +5,7 @@
5
#endif
6
7
8
-byte cp437_font [256] [8] PROGMEM = {
+const byte cp437_font [256] [8] PROGMEM = {
9
{
10
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
11
, // 0x00
0 commit comments