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.
- Host: GitHub
- URL: https://github.com/ziyadedher/rpi-display-projects
- Owner: ziyadedher
- License: gpl-3.0
- Created: 2017-10-21T03:20:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T02:49:23.000Z (over 7 years ago)
- Last Synced: 2025-01-19T07:42:25.106Z (3 months ago)
- Topics: oop-examples, python, python-3-5, raspberry-pi-3, rpi
- Language: Python
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.