Skip to content

lrutten/rpi-pico-python-sh1106-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Pico MicroPython SH1106 Demo

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.

About

Python SH1106 display demo for Raspberry Pi Pico

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors