I have received my Interstate75W this morning, so I will test the same code on that and see if all is the same.
It is ‘good’ to know that it is related to the library and not me making a silly mistake :D I was worried that I had missed some settings somewhere as I am not sure how to set colourdepth etc from the examples I have been able to find/use and can’t work out what the default is…
sorry for the delay in responding, life has been manic…
running the above code, other than changing to 64X64 still sees the colours ‘shifted’
I am using the jpeg linked above
Hi, sorry for the delay.
I have now run a modified version of the raw_set_pixel.py from the sample library.
If I set rgb to 255,0,0 then I get red pixels
0,255,0 gets blue…
0,0,255 gets green
so somehow the green and blue signals are ‘crossed’.
Is this a fault with the board or …?
I have run the same code from raw_set_pixel.py on both the Interstate75 and the Interstate75W and both produce exactly the same result.
This would ‘suggest’ that it is a miss wiring on the 64x64 panel rather than the controller?
Ok, so I have had a good look around the circuit board and found this…
It may be a coincidence, but not sure…
It looks as though there is no component at the R1 point on the board?
Hmm, very interesting! Did you buy your LED panel from us? I can’t find those resistors at all on mine…
Mine does have this pinout for the connector - if yours has the same you could check to see if your blue and green pins (B1 and B2, and G1 and G2) are in the same place?
Hi Hel,
yes the panel was bought from you - an RGB LED Matrix Panel 64x64 2.5mm pitch ordered 3rd Jan.
I have taken photos to show the 2 ‘plug’ connector areas. One has the resistors, the other doesn’t…
I have been connecting the interstate as shown in the bottom photo. Connecting to the other plug connector does nothing as that is the ‘outbound’, right?
This is what was sent from my order.
What is the difference between a 75 & 75E, please?
Is this something that is resolvable or do I have a panel problem?
Many thanks.
I’ve just grabbed a new panel from the shop and I’m getting the same as you - the LEDs on this batch must have a different colour order (the missing resistor is the same on all panels though).
If you want to return this panel, support should be able to help. All the panels we currently have in stock are from this batch though, so we’d only be able to refund it, not swap it.
Oh - and I learned today that all 64 row panels are HUB-75E (even if they’re not marked as such) - the E just indicates they have five address row pins (A, B, C, D and E), whilst smaller sizes of LED panels only have four address row pins (A, B, C and D).
My Adafruit Matrix Portal has a jumper for Address E. My two panels are 64 wide by 32 high, and stacked virtically for a 64 x 64 matrix. I wanted a big display with wide spacing. Old batch it looks like which is good for me. Now that there is an Interstate75 W I plan on replacing the Matrix Portal with one. Adafruits displayio has so far been a big challenge.