board707 / DMD_STM32

STM32Duino library for RGB, Monochrome and Two-color led matrix panels
GNU General Public License v3.0
54 stars 18 forks source link

ghosting effect at 1/4 scan RGB #10

Closed board707 closed 6 months ago

board707 commented 2 years ago

_Originally posted by @bilalibrir in https://github.com/board707/DMD_STM32/issues/9#issuecomment-1036422539_

I have noticed a ghosting effect and is a bit hard to show on camera. you can only see it at the D line. it could be the mux!!

https://user-images.githubusercontent.com/86444589/153635157-5d90bf25-e2be-4f19-87cf-0a559a623962.mp4

i really like this library and looking forward to test the next releases. thank you.

board707 commented 2 years ago

Ghosting can be caused by slow register response, a slight delay may be needed. Some panels have this effect, some don't.

Addition: try to add a small delay at D mux line, as it done in PxMatrix