Skip to content

Commit a11851d

Browse files
authored
Merge pull request #2986 from adafruit/TheKitty-patch-7
Rename .none.test.only to .metro_rp2350.test.only
2 parents 549f248 + 6b4cece commit a11851d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Metro/Metro_HSTX_Matrix/Metro_HSTX_Matrix.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-FileCopyrightText: 2021 Anne Barela for Adafruit Industries
22
//
3-
// SPDX-License-Identifier: MIT
3+
// SPDX-License-Identifier: MIT
44
//
55
// Based on Adafruit-DVI-HSTX library code written by Jeff Epler
66
// and use of Claude 3.7 Sonnet on 3/2/2025
@@ -35,7 +35,7 @@ struct CharStream {
3535
CharStream streams[250]; // Allow for decent density
3636

3737
// Stream creation rate (higher = more frequent new streams)
38-
const int STREAM_CREATION_CHANCE = 40; // % chance per frame to create new stream
38+
const int STREAM_CREATION_CHANCE = 65; // % chance per frame to create new stream
3939

4040
// Initial streams to create at startup
4141
const int INITIAL_STREAMS = 30;

0 commit comments

Comments
 (0)