Skip to content

Conversation

@SirMew
Copy link

@SirMew SirMew commented Jul 5, 2025

The arduino-fft implementation required a few fixes to get running. Mostly capitalisation typos and instatiation of the FFT object. Setting LEDs to dark has also been updated from a brightness implementation to a value implementation. Any LED that needs to go dark will be set to 0x000000 (RGB(0,0,0) = black). Some minor edits to comments are also present to help understand what the code is doing.

SirMew added 2 commits May 1, 2025 21:46
… FFT arguements that were incorrectly capitalised; define LED matrix setup for WS2812B strip
Removed unused debugging variables.
Replace dark implementation of brightness with value of 0x000000 (black).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant