Skip to content

Python script that automates the installation of necessary software in order to use the pi3g capacitive touch TFT displays

License

Notifications You must be signed in to change notification settings

pi3g/tft-display-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi3g TFT Display Setup Script

This repository contains a python script that automates the installation of necessary software in order to use the pi3g capacitive touch TFT displays.

Installation

Follow the instructions below to install it.

  1. Clone this repository to your local machine using:
    git clone https://github.com/pi3g/tft-display-setup
  2. Navigate into the cloned repository:
    cd tft-display-setup/
  3. 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.

Uninstallation

In case you want to uninstall the software, run the following command:

sudo python setup.py uninstall

About

Python script that automates the installation of necessary software in order to use the pi3g capacitive touch TFT displays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages