Skip to content

JDevlieghere/ArduinoDisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Display

Display anything on your four-line LCD display connected to an Arduino microcontroller. The backend is written in java and uses RXTX to communicate with the Arduino over the serial port.

Modules

Twitter

The twitter module is based on Twitter4j 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.

Releases

No releases published

Packages

No packages published

Languages