File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525const int COLOR_SCHEME = 1 ;
2626
2727const float SPACE_STRETCH_FACTOR = 5.0 ;
28- const float TIME_DILATION = 5 .0 ;
28+ const float TIME_DILATION = 20 .0 ;
2929
3030RGBLEDMatrix leds (10 ,10 );
3131
@@ -86,7 +86,7 @@ void setup() {
8686unsigned long loopCounter = 0 ;
8787unsigned long timeCount = 0 ;
8888
89- const unsigned long loopMod = 2000 ;
89+ const unsigned long loopMod = 500 ;
9090
9191void loop () {
9292 leds.loop ();
@@ -98,3 +98,4 @@ void loop() {
9898 loopCounter = 0 ;
9999 }
100100}
101+
Original file line number Diff line number Diff line change 2525const int COLOR_SCHEME = 1 ;
2626
2727const float SPACE_STRETCH_FACTOR = 4.0 ;
28- const float TIME_DILATION = 5 .0 ;
28+ const float TIME_DILATION = 20 .0 ;
2929
3030RGBLEDMatrix leds (8 ,8 );
3131
@@ -86,7 +86,7 @@ void setup() {
8686unsigned long loopCounter = 0 ;
8787unsigned long timeCount = 0 ;
8888
89- const unsigned long loopMod = 2000 ;
89+ const unsigned long loopMod = 500 ;
9090
9191void loop () {
9292 leds.loop ();
You can’t perform that action at this time.
0 commit comments