|
@@ -1,3 +1,5 @@
|
|
|
|
+# Luma Led Matrix 7219
|
|
|
|
+
|
|
#### enable SPI:
|
|
#### enable SPI:
|
|
```
|
|
```
|
|
nano /boot/orangepiEnv.txt
|
|
nano /boot/orangepiEnv.txt
|
|
@@ -7,11 +9,12 @@ and add these lines :
|
|
param_spidev_spi_bus=1
|
|
param_spidev_spi_bus=1
|
|
overlays=i2c0
|
|
overlays=i2c0
|
|
```
|
|
```
|
|
|
|
+
|
|
Save and reboot
|
|
Save and reboot
|
|
|
|
|
|
-```
|
|
|
|
-#### Prerequise :
|
|
|
|
|
|
|
|
|
|
+#### Prerequise :
|
|
|
|
+```
|
|
dietpi-software install 130
|
|
dietpi-software install 130
|
|
sudo apt install build-essential libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5 -y
|
|
sudo apt install build-essential libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5 -y
|
|
sudo pip3 install -U luma.led_matrix
|
|
sudo pip3 install -U luma.led_matrix
|