Skip to content

Latest commit

 

History

History

LCD-Dashboard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

lcd_dashboard

Boards

Raspberry Pi 2, 3

Description

We use tkinter package to display a GUI window on a 3.5"
480x320 LCD display from Waveshare.
App shows current time, Devopedia logo, and the latest
tech news. News is pulled via a free REST API service and 
it's use requires an API key. The key is expected to be
defined in an environment variable NEWS_API_KEY.