项目作者: mustyf10

项目描述 :
Python script for raspberry pi lcd
高级语言: Python
项目地址: git://github.com/mustyf10/raspberry-pi-lcd.git
创建时间: 2020-04-12T18:17:20Z
项目社区:https://github.com/mustyf10/raspberry-pi-lcd

开源协议:GNU General Public License v3.0

下载


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.

Installation

I used this youtube video to install my LCD and this youtube video to learn about the scrolling text.

  1. pip install RPLCD

Use this command to install 16*2 LCD libraries.

Visit https://github.com/XavierBerger/RPi-Monitor to install RPi-Monitor.

Contributing

Pull requests are welcome. Any changes or improvements I can make in the code are also welcome, please raise an issue for this.

License

GPLv3