Python script for raspberry pi lcd
This project is a small python file to send to my raspberry pi and run as a script upon boot in order to read the output of various information running on the pi on a 16*2 LCD.
I’ve started off by printing the time and information from Pi-Hole, including the number of queries and total number which are blocked.
Implemented the use of RPi Monitor, getting stats such as SoC temperature and uptime.
Added latest bitcoin spot price using the Coinbase API.
I used this youtube video to install my LCD and this youtube video to learn about the scrolling text.
pip install RPLCD
Use this command to install 16*2 LCD libraries.
Visit https://github.com/XavierBerger/RPi-Monitor to install RPi-Monitor.
Pull requests are welcome. Any changes or improvements I can make in the code are also welcome, please raise an issue for this.