From 18e9c87d8e26a51d0037073cba144925c971708b Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 28 Nov 2017 12:29:38 +0100 Subject: [PATCH] Moving arrays to progmem --- Shapes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shapes.h b/Shapes.h index 9cf044e..c00e120 100755 --- a/Shapes.h +++ b/Shapes.h @@ -25,7 +25,7 @@ typedef MulticolorFrame; // TODO: calculate me -const Frame shapes[] = { +const PROGMEM Frame shapes[] = { { "zeros", {0, 0, 0, 0, 0, 0, 0} @@ -104,7 +104,7 @@ const Frame shapes[] = { -const MulticolorFrame colorShapes[] = { +const PROGMEM MulticolorFrame colorShapes[] = { { "colorCircle", {