We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 549f248 + 6b4cece commit a11851dCopy full SHA for a11851d
Metro/Metro_HSTX_Matrix/Metro_HSTX_Matrix.ino
@@ -1,6 +1,6 @@
1
// SPDX-FileCopyrightText: 2021 Anne Barela for Adafruit Industries
2
//
3
-// SPDX-License-Identifier: MIT
+// SPDX-License-Identifier: MIT
4
5
// Based on Adafruit-DVI-HSTX library code written by Jeff Epler
6
// and use of Claude 3.7 Sonnet on 3/2/2025
@@ -35,7 +35,7 @@ struct CharStream {
35
CharStream streams[250]; // Allow for decent density
36
37
// Stream creation rate (higher = more frequent new streams)
38
-const int STREAM_CREATION_CHANCE = 40; // % chance per frame to create new stream
+const int STREAM_CREATION_CHANCE = 65; // % chance per frame to create new stream
39
40
// Initial streams to create at startup
41
const int INITIAL_STREAMS = 30;
0 commit comments