Replies: 7 comments 15 replies
|
Logic capture for SM16380SH + 74HC245KAJ https://mega.nz/file/qYEizb6C#5-YNLPRVJ_62qahELRQi4rzTeLkzORFCSRd480m-LAQ @board707 |
8 replies
|
Thanks |
0 replies
|
Logic capture for FM6363C + DP32020A https://mega.nz/file/PZk10ILK#AFqiaj5UVLBmrRx0v4etabdtUDRmRnxIIXHY1wkXFxo Also do you have one of these displays SM16169 ? I think I can get one. |
0 replies
I don't |
0 replies
6 replies
|
@kingdo9 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Hi all!
Finally I managed to get my panel with the FM6373 working, and I also figured out two more — those based on DP3264 and ICND2055 chips. All of these drivers operate on a similar principle, though they aren’t exact analogs. I added support for them to the library, so together with chips were already there, the project now supports six PWM‑type models: FM6353 / FM6363 / FM6373, ICN2153, ICN2055, and DP3264.
As we decode more drivers, a pattern is beginning to emerge. Comparing the operation principles of the drivers I’ve analyzed, I’d group them into three categories:
I plan to move on. This is only the beginning of a systematic classification. Decoding protocols for additional chips will expand the map of PWM drivers into new classes and types.
Unfortunately, adding new panels can’t be done from documentation alone — datasheets are often unclear or incomplete. Decoding each new driver requires hands‑on tests with the actual panel hardware. So far I’ve decoded every panel I had available; when I get new matrices I’ll try to add them to the library. My top priorities to learn next are chips SM16380 and SM16169.
It it seems to me also it would be useful to build a database or wiki for SPWM drivers, categorizing them by type — similar to the existing LED‑driver table but with richer chip descriptions, datasheet links, and logic‑analyzer recordings. The wiki could include illustrations explaining the general operating principles of driver families and the specific protocols of individual chips, like the resources has posted in the hzeller repo discussion.
We all need such a resource — PWM drivers have practically taken over the market, and we’ll inevitably have to work with them. I’m willing to gather this information, but I can’t do it alone, I need your help; my English is weak and I have limited technical‑writing skills.
All reactions