jmamma / MCL

MCL firmware for the MegaCommand MIDI Controller.
BSD 2-Clause "Simplified" License
53 stars 9 forks source link

display_charpane() display glitch on out_of_box expereince. #95

Closed jmamma closed 1 year ago

jmamma commented 4 years ago

When NewProjectPage is launched for fresh installs. Activating the char-pane, there are few characters on the left side that are distorted.

I'm guessing this is because the display buffer is not cleared and some draw commands are using INVERT.

yatli commented 4 years ago

should be good with fe300ed

jmamma commented 4 years ago

not fixed. adding clear_display before new_project does not fix.

can leave this til after 2.50 release

jmamma commented 3 years ago

this might be due to classic_display mode. investigate.