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

https://github.com/ziyadedher/rpi-display-projects

A series of small RPi projects that utilize a connected display.
https://github.com/ziyadedher/rpi-display-projects

oop-examples python python-3-5 raspberry-pi-3 rpi

Last synced: about 2 months ago
JSON representation

A series of small RPi projects that utilize a connected display.

Awesome Lists containing this project

README

        

# Raspberry Pi 3 Display Projects #
A list of small projects that control and do cool stuff with a Raspberry Pi 3 connected 16x2 LCD plate.

## Utilities ##

* `controller.py`: controls all basic functionality of information display on the Pi.

## Projects ##

* `writer.py`: displays information on the screen on demand. Can be used interactively through the command line, interactively through a buffer, or immediately through the command line.
* `reddit.py`: displays the top posts of a certain subreddit.