File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
const int COLOR_SCHEME = 1 ;
26
26
27
27
const float SPACE_STRETCH_FACTOR = 5.0 ;
28
- const float TIME_DILATION = 5 .0 ;
28
+ const float TIME_DILATION = 20 .0 ;
29
29
30
30
RGBLEDMatrix leds (10 ,10 );
31
31
@@ -86,7 +86,7 @@ void setup() {
86
86
unsigned long loopCounter = 0 ;
87
87
unsigned long timeCount = 0 ;
88
88
89
- const unsigned long loopMod = 2000 ;
89
+ const unsigned long loopMod = 500 ;
90
90
91
91
void loop () {
92
92
leds.loop ();
@@ -98,3 +98,4 @@ void loop() {
98
98
loopCounter = 0 ;
99
99
}
100
100
}
101
+
Original file line number Diff line number Diff line change 25
25
const int COLOR_SCHEME = 1 ;
26
26
27
27
const float SPACE_STRETCH_FACTOR = 4.0 ;
28
- const float TIME_DILATION = 5 .0 ;
28
+ const float TIME_DILATION = 20 .0 ;
29
29
30
30
RGBLEDMatrix leds (8 ,8 );
31
31
@@ -86,7 +86,7 @@ void setup() {
86
86
unsigned long loopCounter = 0 ;
87
87
unsigned long timeCount = 0 ;
88
88
89
- const unsigned long loopMod = 2000 ;
89
+ const unsigned long loopMod = 500 ;
90
90
91
91
void loop () {
92
92
leds.loop ();
You can’t perform that action at this time.
0 commit comments