From f550e9e925220e4c48bfba8a448fb1e4210214b8 Mon Sep 17 00:00:00 2001 From: sralse Date: Tue, 26 Jan 2016 09:27:29 +0100 Subject: [PATCH] Updated Fix Int must be constant in order to put in PROGMEM const static uint8_t Font3x5[] PROGMEM = { --- Font3x5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Font3x5.h b/Font3x5.h index e3a2125..b102b1f 100644 --- a/Font3x5.h +++ b/Font3x5.h @@ -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