Browse Source

first commit

Your Name 4 years ago
parent
commit
0dc0f56eaa
2 changed files with 9 additions and 0 deletions
  1. BIN
      Raspberry-Pi-LED-Matrix-Library-Installation-pour-les-matrices.png
  2. 9 0
      install.sh

BIN
Raspberry-Pi-LED-Matrix-Library-Installation-pour-les-matrices.png


+ 9 - 0
install.sh

@@ -0,0 +1,9 @@
+#!/bin/bash
+sudo usermod -a -G spi,gpio pi
+sudo apt install build-essential python3-dev python3-pip libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5
+sudo python3 -m pip install --upgrade luma.led_matrix
+cd /home/pi/
+git clone http://gogserver.dnsalias.com:3000/wareck/luma.led_matrix.git
+git clone http://gogserver.dnsalias.com:3000/wareck/Bitcoin-Bar.git
+cd $PWD
+