adafruit / Adafruit_CircuitPython_DisplayIO_SSD1306

DisplayIO driver for SSD1306 monochrome OLED displays
MIT License
57 stars 24 forks source link

Example using Pico & Picowbell with I2C temp sensor #33

Closed DJDevon3 closed 1 year ago

DJDevon3 commented 1 year ago

Example for the SSD1306 specifically with the Pi Pico or Pi Pico W. Example uses both I2C busses for SSD1306 display plus a temp sensor (or whatever other I2C device someone wants to use). The Picowbell add-on board is necessary for having easy access to Stemma QT modules otherwise you'll end up having to splice wires to access the single 3V3 power pin.

DanH noted that most sensors are 5V compliant and can use the VBUS pin. That might put absolute beginners at risk if a module isn't 5V compliant. As an example script aimed at beginners it's better to be conservative.

DJDevon3 commented 1 year ago

Example also added to my github under boards/raspberrypi/Raspberry Pi Pico

IMG_0971