Closed xuniuer closed 3 weeks ago
Hi It seems that your panel has one of the known pattern. Try use this:
4,80,40,10,102,1,PATTERN_UPS
I have a try using your advise, the config makes the lower rows of upper half panel ON row by row firstly.
I change to use 4,80,40,10,102,1,PATTERN_LPS
, it works.
Thank you.
Sorry, I was unable to distinguish between LPS and UPS patterns in the video.
Yes, it's difficult to tell the difference from video. Take it easy.
Thanks to the library and its great arch, it's very quick and easy to support a new panel. Thank you very much.
Hi @board707
I have a new outdoor panel with the resolution of 80 x 40 and 1/10 scan. The panel IC is FM6124.
I use the pattern test program (based on RP2040 pico) with the following parameters to init dmd.
I've got the following the result:
https://github.com/user-attachments/assets/c6865009-3ca4-43fc-a724-399cf5ffbbb7
I dont' see the leds are not ON row by row, then how to config the parameter
4,80,40,10,1
to support the panel, please advise.Thanks