OLED part numbers
-
Hi,
I love this project.I need to integrate my own display as i need a compact frame to fit on a bezel nd the omega OLED exp is too bulky.
What is the OLED part/ chip type used for the OLED EXP and parts list unit so interface one directly ?
Thanks
p.s. keep up the great work
-
@david-Saliba Looks like a SSD1306 IIC OLED display 128x64. You can get them for a couple of dollars/pounds from ebay and they're easy to interface with.
Here's my notes on how I got it working with the Pi : http://kapie.com/2016/ssd1306-128x64-bit-oled-display-interfacing-with-raspberry-pi/.. Ken
-
Tipically any OLED SSD1306 I2C Bus working at 3.3v will work. I actually have one hooked (directly soldered) to the mini dock.
This is a picture of the display in the minidock with a picture on it:
-
Hi @Carlos-Sancho how do you control your OLED? do you use
oled-exp
or related python/c libraries or did you have to write your own program to communicate with the display?