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 16:39:36 +01:00
__pycache__ code tidied up, redundant api calls removed and real time brightness and speed controls added 2021-05-03 11:39:31 +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 code tidied up, redundant api calls removed and real time brightness and speed controls added 2021-05-03 11:39:31 +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 code tidied up, redundant api calls removed and real time brightness and speed controls added 2021-05-03 11:39:31 +01:00
README.md Update README.md 2021-05-04 16:39:36 +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 code tidied up, redundant api calls removed and real time brightness and speed controls added 2021-05-03 11:39:31 +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 python3-pip
pip3 install finnhub-python
pip3 install flask
pip3 install pillow
sudo apt-get install libopenjp2-7
sudo apt-get install libtiff5
sudo apt-get install git

git clone https://github.com/zcqsntr/fintic --recursive

Run instructions

cd fintic/fintic

To conver bdf font to pil format do pilfont.py