https://github.com/jdevlieghere/arduinodisplay
Arduino Display
https://github.com/jdevlieghere/arduinodisplay
Last synced: 11 months ago
JSON representation
Arduino Display
- Host: GitHub
- URL: https://github.com/jdevlieghere/arduinodisplay
- Owner: JDevlieghere
- License: apache-2.0
- Created: 2014-12-21T22:27:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T20:45:51.000Z (over 9 years ago)
- Last Synced: 2025-03-28T00:35:29.761Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Arduino Display
===============
Display anything on your four-line LCD display connected to an Arduino microcontroller. The backend is written in java and uses [RXTX](http://rxtx.qbang.org/wiki/index.php/Main_Page) to communicate with the Arduino over the serial port.
## Modules
### Twitter
The twitter module is based on [Twitter4j](http://twitter4j.org/en/index.html) and fetches tweets from your timeline to be displayed. You can also fetch tweets containing a specific keyword. These keywords need to be specified as a comma-separated list.
### Reddit
Fetch the latest post from your favorite subreddit. The `where` variable allows you to fetch items from any subreddit. It's the part that comes after `https://www.reddit.com/` in the URL.
For example, to get the newest post from r/news, set `where` to `r/news/new`. To get the first post from the frontpage leave it empty.