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

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

Awesome Lists containing this project

README

          

Woolsey Workshop

# 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.