I'm pretty sure it's initCmds[4] if you count which byte it is - it's supposed to be the one after 0xA8. Did it not work for you then?
initCmds[4]
But yes, you're totally right about the backwards compatibility - I was trying to save a few bytes by setting stuff to 0, and it didn't work :)
edit: just updated and checked with the 128x64 displays and it works here for those, with or without the options. Could you check on your 128x32?
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'm pretty sure it's
initCmds[4]
if you count which byte it is - it's supposed to be the one after 0xA8. Did it not work for you then?But yes, you're totally right about the backwards compatibility - I was trying to save a few bytes by setting stuff to 0, and it didn't work :)
edit: just updated and checked with the 128x64 displays and it works here for those, with or without the options. Could you check on your 128x32?