Raspberry Pico and SSD1306 with Arduino #1889
juergen-erstling
started this conversation in
General
Replies: 1 comment
-
Hello Juergen, this works for me in the arduino IDE and with platformIO in VSCode Fenna |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
I try to use the u8g2 software on an Raspberry Pico. Does anyone have experience with connecting an OLED display to the Raspberry Pico or a sample program?
I can use the library on an Arduino Uno or Mega without any problems. I can compile the same program for the pico, but nothing is displayed.
The pico has two wire channel I2C0 and I2C1. I tried I2C0 with the default ports GP5 (SCL) and GP4 (SDA).
Beta Was this translation helpful? Give feedback.
All reactions