xendke / eink-hud

a custom hud for the waveshare 2.13in raspberry pi display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather, News and More on eInk Display

A HUD script written in Python to display weather, news, datetime etc...

Screenshot of Weather Screenshot of News

Prerequisites

I am running this on a Raspberry Pi Zero W running Raspberry Pi OS Lite (buster). The display is a Waveshare 2.13in ePaper HAT attached via the GPIO pins to the Pi.

Docs on getting started with the display. Once the provided example.py script was working correctly, I used it as a guide for my project.

Other Python dependencies:

- Pillow
- newsapi-python
- pyowm
- dotenv

Running the script

python3 main.py

About

a custom hud for the waveshare 2.13in raspberry pi display


Languages

Language:Python 100.0%