Verified Commit aadae40c authored by Jakob Moser's avatar Jakob Moser
Browse files

Add README

parent a1584de8
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
# PoolPay Display Interface

This package contains code to interface with the LCD mounted to the Pi.

It forms part of the larger PoolPay application, but can also be run as a standalone module (primarily for experimenting purposes).

## Run as standalone module

Execute the following lines in the base repository directory:

```bash
source venv/bin/activate
python3 -m poolpay.display test
```