-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# oleddit | ||
# Oleddit | ||
A very tiny Reddit client that runs on a 0.96 inch OLED screen with a Raspberry Pi </br> | ||
Work in progress | ||
## Usage | ||
Download these fonts and copy the .ttf files to the same directory as the python file: </br> | ||
[VCD OSD Mono](https://www.dafont.com/vcr-osd-mono.font "VCD OSD Mono")</br> | ||
[Coder's Crux](https://www.dafont.com/coders-crux.font "Coder's Crux") </br> | ||
After copying them, run oleddit.py</br> | ||
Make sure that you have all of the necessary libraries installed </br> | ||
Install the [Adafruit SSD 1306 library](https://github.com/adafruit/Adafruit_Python_SSD1306 "Adafruit SSD 1306 library")</br> | ||
Prepare the circuit according to this schematic</br> | ||
![Oleddit Schematic](https://raw.githubusercontent.com/baranonen/oleddit/master/Schematics/Oleddit.png "Oleddit Schematic")</br> | ||
Run oleddit.py</br> | ||
You can change the `subreddit` variable to load posts from another subreddit</br> |