Skip to content

Commit 5e168fa

Browse files
authored
Merge pull request #12 from FransFaase/master
Added new ticker program, which shows a rotating
2 parents 6c4a2b9 + c483480 commit 5e168fa

3 files changed

Lines changed: 861 additions & 1 deletion

File tree

software/cp437/font.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#endif
66

77

8-
byte cp437_font [256] [8] PROGMEM = {
8+
const byte cp437_font [256] [8] PROGMEM = {
99
{
1010
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
1111
, // 0x00

0 commit comments

Comments
 (0)