ssd1306 64x32?

Posted on
  • Does the espruino software support the 0.49” 64x32 ssd1306 oled?

  • ...sure it does... and if it would not, there are a0-likes that together with a little bit changes would make a new module that would support it directly. But you got lucky, checkout http://www.espruino.com/modules/ - where will find tons of sw modules going after all kinds of devices and other sw modules...

    Btw, most of these display controllers work about the same way... Yes, it can be some tedious work to get the initialization right, but after that... it is just a device that can do setPixel() and getPixel(), and of course some other things, like setting color, etc.. The Espruino Graphics class then uses these features under its hood and you get it your easy way of g - for graphics - g.drawString("aTextString",atX,andY); g.drawLine(..., draw and fill rectangle, circle, etc.

  • There's a specific page on the SSD1306 showing how to wire it up and use it with Espruino here: http://www.espruino.com/SSD1306

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

ssd1306 64x32?

Posted by Avatar for user97705 @user97705

Actions