LedController  2.0.2
A library for the MAX7219 and the MAX7221 Led display drivers.
Installationsanweisungen

Falls du wissen möchstest, wie man die Bibliothek verwendet klicke hier.

Arduino Ide

Diese Bibliothek ist im Arduino library manager.

  1. Öffne deine Arduino IDE.
  2. Klicke auf Werkzeuge, Bibliotheken verwalten..
  3. Tippe LedController in die Suchleiste.
  4. Wähle die gewünschte Version und klicke auf installieren.
  5. Das war alles, du kannst die Bibliothek jetzt nutzen.

PlatformIO

Die Bibliothek ist auch für den platform.io library manager verfügbar. Da diese ihre Informationen von Arduino bekommen, sind sie nicht immer auf dem neusten Stand. Scheinbar sind hier auch keine Realease Candidate versionen verfügbar.

CLI

Einfach pio lib install "LedController" oder python -m platformio lib install "LedController" eingeben um die Bibliothek zu installieren. Dies funktioniert, wenn platformio bereits über python installiert ist.

Visual Studio Code Erweiterung

Either open a command line and use the CLI instructions or do the following steps:

  1. Öffne Visual Studio Code
  2. Installiere die platform.io extention und warte bis sie installiert und konfiguriert ist.
  3. Öffne das PlatformIO home (auf das kleine Haus Symbol klicken)
  4. Klicke auf den libraries Tab.
  5. Gebe LedController in die Suchleiste ein und klick auf das Ergebnis LedController
  6. Wähle die gewünschte Version and klick auf install.