pixelmatix / SmartMatrix

SmartMatrix Library for Teensy 3, Teensy 4, and ESP32
http://docs.pixelmatix.com/SmartMatrix
611 stars 161 forks source link

fix(FastLED_Functions): remove seam (#81) #141

Open sutaburosu opened 3 years ago

sutaburosu commented 3 years ago

This should fix the seam in the noise on non-rectangular layouts. The same problem was reported in r/FastLED a few days ago.

I've had a P2 128x64 matrix for over a year. It arrived just before I moved house, and it has only just resurfaced and reminded me of its existence.

I received a SmartLED Shield v5 yesterday. This afternoon I started reading and soldering. Before my soldering iron has cooled down, I'm up and running. I wasn't at all confident at the outset, but thanks to your excellent documentation I'm grinning at 8,192 scintillating RGB LEDs.

Thanks for giving me such a great start, Louis.

ssaenger commented 9 months ago

I was curious about this too. I'll make sure to try your fix soon!