I want to connect OLED Display(SH1107G) to Raspberry Pi

I connected my OLED Display(SH1107G) to raspberry pi gpio

(using PIN 3,4,5,9 as SDA, Power, SCL and ground)

and run </s> i2cdetect -y -1 <e>

then, I can check my device`s address



Is there any library for raspberrypi & node.js environment to control display?

Hi @kang,



There is a JavaScript Robotics Programming Framework called Johnny-Five.

Github: https://github.com/rwaldron/johnny-five



and they have a Raspi IO is an I/O plugin for the Johnny-Five Node.js robotics platform that enables Johnny-Five to control the hardware on a Raspberry Pi.



Github: https://github.com/nebrius/raspi-io/