Hi
Sorry to ask but I finnally got wled installed using chrome and that was a breeze. But
I tried this after I soldered my first 3 8x8 panels anxious to test them out since i never linked panels before. I change the wled config to tell it I had 3 panels the segment was changed and it said startx 0 stop x24
But what ever i try I just get 3 full lines and 1 with 6 pixels nothing more.
SO I thought maybe bad panel (if one pixel dies the rest behind it in the string stop working too I asume. So I connected each of the 3 seperately and had the same results. Than I thought maybe a bad batch from ali X so I tried other ones same result. than I tried the ada fruit marixtest example using arduino ide 2 and I got them to work there so I think that rules out a defect on the panels.
I did have to fiddle a bit with the setup
In the end I use this line below in the sketch to get the 3 panels to show something readable.
Adafruit_NeoMatrix matrix = Adafruit_NeoMatrix(8, 8, 3, 1, PIN,
NEO_TILE_TOP + NEO_TILE_LEFT + NEO_TILE_ROWS +
NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_ROWS ,
NEO_GRB + NEO_KHZ800);
So back to wled again and still the same result.
Does any one have any hints what I am doing wrong here?
I am using a d1 mini 8266
wled v0.15.0-b7
3 8x8 ws2812 panels
I hope I suplied enough information
Regards
Hans
below a picuture of the leds wled seems to bew able to light up.