1
0
mirror of https://github.com/s00500/SimpleExpressions synced 2024-06-13 08:23:31 +00:00

Moving arrays to progmem

This commit is contained in:
Lukas Bachschwell 2017-11-28 12:29:38 +01:00
parent 861633e413
commit 18e9c87d8e

View File

@ -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",
{