s-marley / ESP32_FFT_VU

A spectrum analyzer VU meter for the ESP32 and a FastLED matrix
Other
274 stars 67 forks source link

Fixed peaks, aligned EQ to top left (0,0) coordinate origin #6

Closed VonHirsch closed 3 years ago

VonHirsch commented 3 years ago

As title says, fixed peaks and aligned EQ to top left (0,0) coordinate origin. The matrix settings reflect your setup so it should work OOB. All the modes have been updated except for centerBars (which didn't need any changes) and waterfall. I'm not sure if waterfall needs adjustment or not I'll leave that to you :)

VonHirsch commented 3 years ago

EQ Test

s-marley commented 3 years ago

Excellent, just tested it and it works spot on! I've merged it into this branch, just going to update the README explaining the change then I'll merge this branch to master. I appreciate your help, this will make it much easier for people to use it with differing matrix setups.