3.10.16

Raspberry LCD Display aus China ansteuern

Das 3.2 Inch Display habe ich für wenig Geld aus China bekommen (Gearbest.com?).

Es ist nicht plug&play, d.h. ich brauche einen Treiber.

Hier wurde ich schließlich fündig.

Falls die Seite mal verschwindet:

Method 1. Driver installation

Description: Supports the latest version of Raspbian and Ubuntu Mate.
1. Configure your Pi:
sudo raspi-config
Set as:
  • Select Expand Filesystem.
  • Boot Option -> Desktop Autologin (may differ depending on Raspbian revision)
2. Copy the driver (choose the driver according to your OS) into your OS then Run the following commands:
tar xvf LCD-show-YYMMDD.tar.gz
cd LCD-show/
This toggles the mode to LCD display: ./LCD32-show 3. After system rebooting, the RPi LCD is ready to use.

Keine Kommentare:

Kommentar veröffentlichen

Openhab und Ecoflow Max - API Anbindung

 Ich wollte die neu erworbene Powerstation in Openhab einbinden, um den aktuellen Status (Ladestand etc.) über Openhab auswerten zu können. ...