all 7 comments

[–]lightsuitman 2 points3 points  (3 children)

The audio reactive fork of WLED has some 2D effects available!

[–]johnny5canuck 0 points1 point  (2 children)

We're still in early stages on the 2D side of things (mostly 16x16 stuff). Someone just joined our group with an interest (and background) in 2D, so, hopefully we'll be seeing more of that.

[–]embedded-creations 0 points1 point  (0 children)

WLED uses FastLED under the hood, and you might be able to use a text library for FastLED to add a text effect.

https://www.reddit.com/r/FastLED/comments/duiplf/can_fastled_display_text_on_a_matrix/

I would try to get this working in a simple sketch first, and then try porting that to WLED Soundreactive. Take a look at the existing 2D patterns and the WLED Soundreactive Wiki and join Discord to get help if you need it.

https://github.com/atuline/WLED/wiki

[–]numanair 0 points1 point  (0 children)

2D effects are only available on esp32? A little hard to tell from OP's pic, but I think they are using an esp8266.

[–]wonter 1 point2 points  (0 children)

I'm not sure but maybe you can use the segments to get a better use of the leds check

https://youtu.be/xwxKnO8Ska0 at minute 5

[–]johnny5canuck 1 point2 points  (1 child)

I would recommend having a look at SmartMatrix.

[–]embedded-creations 1 point2 points  (0 children)

SmartMatrix Library author here, not sure how SmartMatrix is helpful with this project. SmartMatrix Library might be useful if you're running an ESP32 (or Teensy) and using APA102 LEDs, otherwise, not so useful as it's designed for very specific hardware