Just to let you know that I have 128x32 display in DS-D6 fitness tracker that skips lines with current code
0xDA, (C.OLED_HEIGHT==64)?0x12:0x02,
Even if it is 128x32 it works better with 0xDA, 0x12. Looks like it has RAM like 128x64. Not sure if it is normal for other 128x32 but it can hold two 128x32 images and I can flip between them by changing start offset.
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.
Just to let you know that I have 128x32 display in DS-D6 fitness tracker that skips lines with current code
Even if it is 128x32 it works better with 0xDA, 0x12. Looks like it has RAM like 128x64. Not sure if it is normal for other 128x32 but it can hold two 128x32 images and I can flip between them by changing start offset.