I worked a little to get my OLED display working with the SID firmware.
It didn’t work with the out of the box MIOS driver, my oled remained totally black.
great you got it working and that the old post was maybe of some help!
I’ve still not fully understood what causes the incompatibility - i need the exact code as posted for the 4x20 VFDs, but found it only out through trial and error - it would be so nice to have a general solution working with the standard CLCDs, OLEDs and VFDs :-).
Did you get any more insights when hacking your driver?
Also i think the clear() commands should have a wait of 2ms.
It’s not very clear in the spec as the 1.52ms is mentioned for the “return home” function, but that was a bloker for my OLED to work, and it’s what LiquidCrystal (HD44700 famous library) does.