Moving arrays to progmem

This commit is contained in:
Lukas Bachschwell 2017-11-28 12:29:38 +01:00
parent 861633e413
commit 18e9c87d8e
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ typedef MulticolorFrame;
// TODO: calculate me // TODO: calculate me
const Frame shapes[] = { const PROGMEM Frame shapes[] = {
{ {
"zeros", "zeros",
{0, 0, 0, 0, 0, 0, 0} {0, 0, 0, 0, 0, 0, 0}
@ -104,7 +104,7 @@ const Frame shapes[] = {
const MulticolorFrame colorShapes[] = { const PROGMEM MulticolorFrame colorShapes[] = {
{ {
"colorCircle", "colorCircle",
{ {