I2C OLED screen

Hello
Has anyone tried to handle an I2C OLED display in XOD? I didnt found any example or topic about it.

3 Likes

Hello!

What is the display model, could you share a link?

Hi
Its a clasical 0.96" 128*64 oled screen like this. https://www.ebay.com/itm/0-96-I2C-IIC-Serial-128X64-128-64-Blue-OLED-LCD-LED-Display-Module-for-Arduino/401395129024?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649

2 Likes

This one is interesting. It might be a cool test for the capabilities of the new custom type system. I’m not sure we’ll find enough time to implement it soon, but anyone with a decent C++ knowledge can try to make a thin wrapper library to bring such displays into XOD.

2 Likes

i second this addition. i already have one of these displays and it would be awesome to xod up quickly.

2 Likes

For what it’s worth, this lib would be a good candidate to use in xod node for arduino graphics. It’s fast, easy to use, and support quite a lot of screens : https://github.com/lexus2k/ssd1306

Hi I have the same screen and cant get it to work using the Arduino ide, look forward to an easy solution in xod.

Hi highzl
I have one of these and started the lib for xod.
I Will look in to finishing it up for you tonight :grinning:

Hi it would be awesome. Is your library in library list?