This repository contains a python script that automates the installation of necessary software in order to use the pi3g capacitive touch TFT displays.
Follow the instructions below to install it.
- Clone this repository to your local machine using:
git clone https://github.com/pi3g/tft-display-setup
- Navigate into the cloned repository:
cd tft-display-setup/
- Run the setup script to install the necessary software:
sudo python setup.py install
The Installer will automatically prompt you to input what display you have and if the display should be rotated. For a non interactive install --rotation
, --display
and either --reboot
or --no-reboot
should be specified when executing the python script.
In case you want to uninstall the software, run the following command:
sudo python setup.py uninstall