mirror of
https://github.com/s00500/SimpleExpressions
synced 2024-11-23 05:50:54 +00:00
Moving arrays to progmem
This commit is contained in:
parent
861633e413
commit
18e9c87d8e
4
Shapes.h
4
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",
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user