Utilities to cast content to a Raspberry Pi connected to a 3.5" TFT screen.
- Raspberry Pi (I used a 3)
- 3.5" TFT display
- Python 3
- Chromium
- SSH into your pi
- Navigate to
lcdpi
- Run
$ python3 <script>.py
- urldrop.py is a utility to drop a URL into your SSH session that will be cast to the lcd
- yturldrop.py is a utility to drop a YouTube URL into your SSH session that will be cast to the lcd (semi-working)
- giphytv.py allows you to input a keyword into your SSH session that will display random gifs related to that keyword on the lcd (using giphytv)
Comments and contributions welcome.