-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Does anyone have suggestions on how I can improve the flicker on my 'DIY Timecode Slate'. If following video (240fps) is paused, there are times when only a few of the characters are actual visable. The display is being re-written at 30fps.
https://youtu.be/fdUXwjPQt-c
If my understanding of the datasheet is correct, the IC is capable of driving 8 digits (I have 2x 4 digit displays) and there does not seem to be any way/register of reducing the scanning 'width' to just the active ones.
As a side note, it looks like the code is sending the whole of a 16byte buffer. Half of which is empty...
If I am really desperate, does it make sense to add fly wires to IC? So that COL0 is connected to COL4, etc... and patch the library to duplicate the character data?
I am using the Adafruit modules.