Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Metro/Metro_HSTX_Matrix/Metro_HSTX_Matrix.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-FileCopyrightText: 2021 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
//
// Based on Adafruit-DVI-HSTX library code written by Jeff Epler
// and use of Claude 3.7 Sonnet on 3/2/2025
Expand Down Expand Up @@ -35,7 +35,7 @@ struct CharStream {
CharStream streams[250]; // Allow for decent density

// Stream creation rate (higher = more frequent new streams)
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

// Initial streams to create at startup
const int INITIAL_STREAMS = 30;
Expand Down
Loading