Half way. Almost got crazy with the matching of power supply and replacing failing

Half way. Almost got crazy with the matching of power supply and replacing failing leds.
Anyway 2952 leds done. Waiting for the next delivery

What are you untimely building?

@Will_Tatam a pannel 4m1.60m (48123leds). To decorate my place. It will also have games on it like Tetris,snake

Did you have any luck using my implementation of snake?

@Will_Tatam I will try it then on that large field it will be nice. Do you have a link to the code ?

As I’m driving the leds from a teensy, the code is in two parts, one for the teensy that runs the game based on serial input and one that runs on an esp8266 that deals with the websocket. It’s a little raw at the moment, but playable. I’ve been writing the code with a view to making it multiplayer

@Will_Tatam nice !! Can’t wait to see the final result.

Wow, that is a lot of LEDs!

@Sam_Guyer yes it’s becoming serious :slight_smile:

That is one SERIOUS setup. well done sir

@Christopher_Kirkman1 thank you

What libraries are you using for the scrollers / animation again?

@Thomas_Balu_Walter it’s my own code. I will share once a bit cleaned up

@Will_Tatam how do you connect the ESP and the Teensy ? via Serial ;,?

Nice work @Yves_BAZIN ! Are you using the 16 way parallel out that you were working on for the 8266? Or did you switch over to the 8 way parallel for ESP32 that Sam released?

@chad_steinglass I am using my version of the library. For now I am using only 8 pins I am waiting for the delivery of the other 24 strips to use the other 8 pins. I have 3 lines per pin. 48=16*3

@Yves_BAZIN
I’m about to start almost the exact same thing but im not sure how to go about it, can you help me? I’d like to make 16 by 60 (does size matter?) display for my room to stream lyric videos and animations from my computer. Is that possible?

@Michal_Hipner the right size is the size that fits you ;). For the streaming you could look at the teensy implementation