Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Font3x5.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define FONT3X5_WIDTH 3
#define FONT3X5_HEIGHT 5

static uint8_t Font3x5[] PROGMEM = {
const static uint8_t Font3x5[] PROGMEM = {
0x05, 0xC0, // size
0x03, // width
0x05, // height
Expand Down