Mirror of https://github.com/fin-tic/fintic (private repo) This is the software that runs on the raspberry pi 3 inside a fintic.io device.
Go to file
2021-05-04 21:57:56 +01:00
__pycache__ running on pi 3 on two matrices, setup added 2021-05-04 21:55:28 +01:00
csv code tidied up, redundant api calls removed and real time brightness and speed controls added 2021-05-03 11:39:31 +01:00
fonts font size increased and all font options added 2021-05-01 12:08:15 +01:00
logos tidied up paths 2021-05-04 17:39:16 +01:00
rpi-rgb-led-matrix@dfc27c15c2 scrolling text implimented in Python 2021-04-27 19:29:14 +01:00
static initial commit - old code 2021-04-26 19:51:21 +01:00
templates code tidied up, redundant api calls removed and real time brightness and speed controls added 2021-05-03 11:39:31 +01:00
.gitmodules scrolling text implimented in Python 2021-04-27 19:29:14 +01:00
demo initial commit - old code 2021-04-26 19:51:21 +01:00
EncodeSans.ttf initial commit - old code 2021-04-26 19:51:21 +01:00
final.ppm running on pi 3 on two matrices, setup added 2021-05-04 21:55:28 +01:00
README.md Update README.md 2021-05-04 21:27:39 +01:00
server.py code tidied up, redundant api calls removed and real time brightness and speed controls added 2021-05-03 11:39:31 +01:00
stockTicker.py minor 2021-05-04 21:57:56 +01:00
stockTicker.pyc code tidied up, redundant api calls removed and real time brightness and speed controls added 2021-05-03 11:39:31 +01:00
test.py communication between server and matrix process working 2021-05-01 11:39:20 +01:00

fintic

Install instructions

sudo apt-get update
sudo apt-get install git
git clone https://github.com/zcqsntr/fintic --recursive


sudo apt-get install python3-pip
pip3 install finnhub-python
pip3 install flask

pip3 install Pillow
pip3 install pillow-scripts
pip3 install pexpect
sudo apt-get install libopenjp2-7
sudo apt-get install libtiff5

cd fintic/fintic 
chmod ugo+rwx final.ppm
cd rpi-rgb-led-matrix
sudo apt-get update && sudo apt-get install python3-dev python3-pillow -y
make build-python PYTHON=$(which python3)
sudo make install-python PYTHON=$(which python3)
sudo apt-get remove bluez bluez-firmware pi-bluetooth triggerhappy pigpio

sudo nano /boot/config.txt
dtparam=audio=off

Run instructions

python3 server.py

in broswer go to url http://raspberrypi.local:1024

To conver bdf font to pil format do pilfont.py pillow v 5.4.1 works, but version 8.2.0 breaks