Skip to content

Commit

Permalink
Fix PlasmaAnimation example
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jul 26, 2016
1 parent ad90655 commit 2a86ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PlasmaAnimation/PlasmaAnimation.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//OctoWS2811 Defn. Stuff
#define COLS_LEDs 60 // all of the following params need to be adjusted for screen size
#define ROWS_LEDs 16 // LED_LAYOUT assumed 0 if ROWS_LEDs > 8
#define LEDS_PER_STRIP (COLS_LEDs * (ROWS_LEDs / 6))
#define LEDS_PER_STRIP (COLS_LEDs * (ROWS_LEDs / 8))

DMAMEM int displayMemory[LEDS_PER_STRIP*6];
int drawingMemory[LEDS_PER_STRIP*6];
Expand Down

0 comments on commit 2a86ddb

Please # to comment.