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
- Host: GitHub
- URL: https://github.com/tsbarnes/oledpi
- Owner: tsbarnes
- Created: 2022-04-16T14:05:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T14:14:57.000Z (over 3 years ago)
- Last Synced: 2025-01-08T12:10:39.884Z (about 1 year ago)
- Topics: oled, python, raspberry-pi, raspberry-pi-gpio, raspberrypi, ssd1305, ssd1305-oled, system-information
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.