An open API service indexing awesome lists of open source software.

https://github.com/tsbarnes/oledpi

oledpi is a simple Python application that displays info on a Waveshare 2.23" OLED HAT
https://github.com/tsbarnes/oledpi

oled python raspberry-pi raspberry-pi-gpio raspberrypi ssd1305 ssd1305-oled system-information

Last synced: 11 months ago
JSON representation

oledpi is a simple Python application that displays info on a Waveshare 2.23" OLED HAT

Awesome Lists containing this project

README

          

# oledpi

oledpi is a simple Python application that displays info on a Waveshare 2.23" OLED HAT.

The 2.23" OLED HAT is a Raspberry Pi-compatible display controlled by a SSD1305 chip.

This application is based on the sample code provided by Waveshare, and doesn't require any libraries beyond those in requirements.txt.

It does require SPI enabled on the Raspberry Pi.

It does not need to be run as root on Raspberry Pi OS / Raspbian, but may need to be on other distributions.