This project is a demo of the SH1106 OLED 128x64 display connected to the Raspberry Pi Pico. These pins are used:
- I2C0 SDA: GP4 pin 6
- I2C0 SCL: GP5 pin 7
Use the Makefile to copy the Python code to the board.
A copy to main.py can be made in order to start the demo at power-up.
The source code is taken from the Raspberry Pi Python demos repository.
The original code can be found in the i2c/1106oled map.
Prior installation of MicroPython is required.