Skip to content

Commit 3ecf5f3

Browse files
committed
Timing gif
1 parent 007f987 commit 3ecf5f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SpawnDev.MatrixLEDDisplay/Components/LEDMatrix.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
_canvas.Width = _canvasSize;
112112
_canvas.Height = _canvasSize;
113113
_tmr.Elapsed += timer_elapsed;
114-
_tmr.Interval = 750;
114+
_tmr.Interval = 600;
115115
_tmr.Enabled = true;
116116
}
117117
DrawData();

0 commit comments

Comments
 (0)