Skip to content

Commit

Permalink
image: add rpi_ws281x library for LED
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Dec 12, 2018
1 parent 02b365e commit 06df884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ my_travis_retry pip3 install butterfly
my_travis_retry pip3 install butterfly[systemd]
systemctl enable butterfly.socket

echo_stamp "Install ws281x library"
my_travis_retry pip install rpi_ws281x

echo_stamp "Setup Monkey"
mv /etc/monkey/sites/default /etc/monkey/sites/default.orig
mv /root/monkey-clever /etc/monkey/sites/default
Expand Down

0 comments on commit 06df884

Please sign in to comment.