Hi everyone, I m really struggling, i have been trying for a few months and im losing the will to live. Im a newbie to all this.
I am struggling to get this panels to work with audrunio, infact esp32, uno amd mega will not work. I have tried, all as far as i can see, codes, and project on here and just losing battle.
Can someone help clairfy which one will work amd what tweaks it needs?
Hi @mattw87
Your problem is clear.
Most of arduino examples and libraries are for "standard" HUB panels where the scan number is a half of panel height (ie 64x32 s16).
Your panel is different since has a scan as quarter of the height.
There are a very few libraries that can control such panels:
So i have the same problem with the 32x16 1/4 scan boards due to the same issue. Can amyone help provide the right code knowing that the chipset is ICN2038S amd decoder 138. Attached is information from the board. The board being p8-3535-32x16-4s.
Please explain your problem with more detail. Does the panels not works at all (no pixels on the screen) or it works, but pixels lits in incorrect order?
I am working with HUB panels on STM32 and RP2040 arduino boards, using the last library from the list above - DMD_STM32. I could help you to setup your panels to work with this library.
If had someone try to help me as im not the brightest at this. There is an issue with multiplexing I believe. They have managed to get one led to light up but it only moves along 4 leds then jumps down 4 lines moves 4 leds and repeats. I could up load the code etc.
Yes 3 chained one by one in a row sorry. The library used was RGBmatrixPanel.h I know he made some changes in the .cpp file. It's starting to get out of my death I assumed I purchased the panel and download the library, plug a controller in and away I went lol
I have attached the program, I am not sure what the program does, it was typed as a test, also I have added the .cpp that's been edited, I will try and upload the video of result.
I did try working with the library (option 2 which you provided) I felt this is the best match but I can do the tweaks, to hard for me. Happy to watch, be guided etc, I am desperate
Im stuck! I wonder if there is a way to connect the HC-06 bluetooth module to the main controller that came with the boards. The controller amd boards work well just the app is shocking and i wanted to make a new app to limit use to other users of the board. Or manybe adapt the app somehow or learn how the app talks to the controller to make new app.