I know this is a very old thread, but I was still having issues. In the end I made a horrible kludge to make mine work. I bridged 19/20 on the OLED as suggested but it still didn't work, but when I was poking about, it seems if I flip() the display all seems to work! A bit odd and I don't understand it, but it's working for me now. I do have to call flip() every time I want the display to update.
EDIT I am such a div. You do actually have to call flip anyway. RTFM!
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 know this is a very old thread, but I was still having issues. In the end I made a horrible kludge to make mine work. I bridged 19/20 on the OLED as suggested but it still didn't work, but when I was poking about, it seems if I
flip()
the display all seems to work! A bit odd and I don't understand it, but it's working for me now. I do have to callflip()
every time I want the display to update.EDIT I am such a div. You do actually have to call flip anyway. RTFM!