SerumColor / ColorizingDMD

GNU General Public License v2.0
12 stars 3 forks source link

Button to show uncolorized frame in Frame Tester #84

Closed Kraken74 closed 1 year ago

Kraken74 commented 1 year ago

In the Frame Tester, it would be useful to have a button/checkbox that allows us to see the underlying/uncolorized frame. When playing back from a dump file, it would help with troubleshooting masks to see what the actual frame looks like versus what colorized frame is displayed on the DMD. It could be a "Colorize" checkmark that when checked it would show the colorized version and when unchecked it would show the uncolorized source frame. By default it would be checked when opening the Frame Tester.

zesinger commented 1 year ago

On it

zesinger commented 1 year ago

I'm sorry, @Kraken74, I've just checked the colorization code in freezy code and the option to colorize or not the sent frames has an impact only at load time, so if we'd like such an option to work, every time the check box would be changed, the tester should unload dmdext and reload it with the new colorization state. This would take too long to be usable. Perhaps if I'm brave enough, I could add a display of the uncolorized frame in the tester dialog, that shouldn't be such a huge job!

Kraken74 commented 1 year ago

All good, save it for a rainy day. ;)

zesinger commented 1 year ago

Done