iDotmatrix client sur Trixie

Rédigé par Master Aucun commentaire
Classé dans : Non classé Mots clés : aucun
Guide d'installation du client IdotMatrix sur une Debian Trixie (raspiOS ou x86_64)
Contrôle d'un panel iDotMatrix 32x32 (ou autre taille) depuis Linux.

Récupération du Client

git clone https://github.com/derkalle4/python3-idotmatrix-client.git

Installation des dépendances Python

sudo apt install python3-bleak python3-pil python3-matplotlib

Tests

Adapter à la taille du panneau dans le fichier example.py à la ligne:
screen_size=ScreenSize.SIZE_64x64,  # or use ScreenSize.SIZE_32x32 or ScreenSize.SIZE_16x16
et lancer le test:
python example.py

Les commentaires sont fermés.