ssd1306 64x32? #1015
Replies: 2 comments
-
Posted at 2019-02-10 by @allObjects ...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. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-02-11 by @gfwilliams 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 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-02-10 by user97705
Does the espruino software support the 0.49” 64x32 ssd1306 oled?
Beta Was this translation helpful? Give feedback.
All reactions