adafruit-Display
2024-08-02 / 2024-08-02 | ||
Anleitung für den Adafruit PiTFT Mini Kit - 320x240 2.8" TFT mit kapazitivem Touchscreen für Raspberry Pi
install
install git
python -m venv .adafruit --system-site-packages
source .adafruit/bin/activate
pip3 install --upgrade adafruit-python-shell click
cd .adafruit
git clone https://github.com/adafruit/Raspberry-Pi-Installer-Scripts.git
cd Raspberry-Pi-Installer-Scripts
sudo -E env PATH=$PATH python3 adafruit-pitft.py --display=28c --rotation=90 --install-type=console
remove
cd Raspberry-Pi-Installer-Scripts
sudo -E env PATH=$PATH python3 adafruit-pitft.py --install-type=uninstall