v1.2.16 sPWM Register Config Finder #220
Replies: 6 comments 16 replies
|
I'm just tweaking the register test. The frame content is currently only uploaded once and then repeatedly scans until the STM32 Key button is pressed. From my display when these frame updates are continuous, it is easier to pick the correct register because you can see ghosting pixels on the text and flickering differences. This is how I found a better register for my display, as the ghosting pixels disappeared on the register that was suited for my display. |
|
Hi @kingdo9 I tried to record the process on video, however, the color reproduction turned out poor because the panel is too bright for the phone. |
|
ok, I did similar as you. I've never seen that issue. fm6363_edit.mp4SM16380sh_edit.mp4Also, my new method where it constantly does frame updates instead of just scanning. Although with this method you can see a slight flicker noticeable on the darker colors. With it being a full display, it is more noticable, not sure if that can be resolved. The brightness is changing on different registers quite noticeable, but camera doesn't pick it up. In a normal way not that strange yellow tint. video_2026-07-27_23-19-22.mp4 |
|
I just take captures after each button press to analyze the pulses. |
|
@kingdo9 |




Uh oh!
There was an error while loading. Please reload this page.
Add partial STM32duino (Arduino Core STM32) support (Add STM32duino (Arduino Core STM32) support for DMD_RGB alongside Roger Clark core #210 by @asultanov )
Currently implemented:
RGB DMA and SPWM features still available on Roger Clark's core only.
Add sPWM config register finder (Register Config Finder #219 by @kingdo9 )
It allows you to try different sets of configuration values interactively, making it easier to configure the library for new panels with sPWM drivers. See examples/STM32F4_RP2040/dmd_spwm_panel/register_test/README.md for details.
This discussion was created from the release v1.2.16.
All reactions