https://github.com/woolseyworkshop/article-interfacing-an-ssd1306-display-module-to-a-raspberry-pi
Interfacing An SSD1306 Display Module To A Raspberry Pi Article Resources
https://github.com/woolseyworkshop/article-interfacing-an-ssd1306-display-module-to-a-raspberry-pi
electronics programming python raspberry-pi ssd1306
Last synced: 10 months ago
JSON representation
Interfacing An SSD1306 Display Module To A Raspberry Pi Article Resources
- Host: GitHub
- URL: https://github.com/woolseyworkshop/article-interfacing-an-ssd1306-display-module-to-a-raspberry-pi
- Owner: WoolseyWorkshop
- License: mit
- Created: 2018-08-17T18:56:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T19:12:31.000Z (over 7 years ago)
- Last Synced: 2024-12-29T22:32:52.682Z (12 months ago)
- Topics: electronics, programming, python, raspberry-pi, ssd1306
- Language: Python
- Homepage: https://www.woolseyworkshop.com/2018/08/17/interfacing-an-ssd1306-display-module-to-a-raspberry-pi/
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interfacing An SSD1306 Display Module To A Raspberry Pi Article Resources
This repository contains resources related to the [Interfacing An SSD1306 Display Module To A Raspberry Pi](https://www.woolseyworkshop.com/2018/08/17/interfacing-an-ssd1306-display-module-to-a-raspberry-pi/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).
## [displayText.py](displayText.py)
Python program that prints text to an SSD1306 display module using the Adafruit_Python_SSD1306 and Python Imaging Library (PIL) libraries.
## [displayGraphics.py](displayGraphics.py)
Python program that prints text and graphics to an SSD1306 display module using the Adafruit_Python_SSD1306 and Python Imaging Library (PIL) libraries.
