still figuring out display memory layout (SSD1306, probably 64x32)
Took me some time to figure out and I didn't believe it. The resolution is 72x40 and the correct SSD1306 flip command is [0x21,28,99,0x22,1,6] so the visible memory is somewhere in the middle. After googling the resolution I finally believed 72x40 SSD1306 is a thing
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.
Took me some time to figure out and I didn't believe it. The resolution is 72x40 and the correct SSD1306 flip command is [0x21,28,99,0x22,1,6] so the visible memory is somewhere in the middle. After googling the resolution I finally believed 72x40 SSD1306 is a thing