I would like to know if someone can help me to setup an Oled 64x64 display
https://www.seeedstudio.com/Grove-OLED- ... p-824.html
that breakout has 4 pin: VCC, GND, SDA, SCL
Then I connect
VCC to pin 1
SDA to pin 3
SCL to pin 5
GND to pin 9.
I also run raspi-config and I activate I2C from 5 Interface Options
I tried the Raspberry sectio from here https://seeeddoc.github.io/Grove-OLED_Display_1.12inch/ but without success.
I also tried this https://hallard.me/adafruit-ssd1306-ole ... pberry-pi/ without success
Form rg hallard web page, I could go until
Code: Select all
# make
Code: Select all
./ssd1306_demo --help

As, it use I2C, is there a simple library to display some text?
Would you have a link to a tutorial?and How to
I really spend time.
Mny thank for your help