Loading poolpay/display/README.md 0 → 100644 +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 ``` Loading
poolpay/display/README.md 0 → 100644 +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 ```