Merge branch 'master' of https://github.com/zcqsntr/fintic
This commit is contained in:
commit
e14ff61ba9
@ -5,13 +5,17 @@ sudo apt-get update
|
|||||||
sudo apt-get install python3-pip
|
sudo apt-get install python3-pip
|
||||||
pip3 install finnhub-python
|
pip3 install finnhub-python
|
||||||
pip3 install flask
|
pip3 install flask
|
||||||
pip3 install pillow
|
|
||||||
|
pip3 install Pillow
|
||||||
|
pip3 install pillow-scripts
|
||||||
pip3 install pexpect
|
pip3 install pexpect
|
||||||
sudo apt-get install libopenjp2-7
|
sudo apt-get install libopenjp2-7
|
||||||
sudo apt-get install libtiff5
|
sudo apt-get install libtiff5
|
||||||
sudo apt-get install git
|
sudo apt-get install git
|
||||||
git clone https://github.com/zcqsntr/fintic --recursive
|
git clone https://github.com/zcqsntr/fintic --recursive
|
||||||
cd fintic/fintic/rpi-rgb-led-matrix
|
cd fintic/fintic
|
||||||
|
chmod u+w final.ppm
|
||||||
|
cd rpi-rgb-led-matrix
|
||||||
sudo apt-get update && sudo apt-get install python3-dev python3-pillow -y
|
sudo apt-get update && sudo apt-get install python3-dev python3-pillow -y
|
||||||
make build-python PYTHON=$(which python3)
|
make build-python PYTHON=$(which python3)
|
||||||
sudo make install-python PYTHON=$(which python3)
|
sudo make install-python PYTHON=$(which python3)
|
||||||
@ -30,6 +34,7 @@ dtparam=audio=off
|
|||||||
|
|
||||||
|
|
||||||
To conver bdf font to pil format do pilfont.py <font filename>
|
To conver bdf font to pil format do pilfont.py <font filename>
|
||||||
|
pillow v 5.4.1 works, but version 8.2.0 breaks
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user