From 6630ad98d6ede7ef64c610715c2469ca4b5e3d2d Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Tue, 4 May 2021 22:25:13 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 847d5c4..82f515e 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,30 @@ # fintic ## Install instructions + +Run these commands and press enter during the setup whenever it asks for confirmation ```console sudo apt-get update sudo apt-get install git git clone https://github.com/zcqsntr/fintic --recursive +cd fintic +./setup.sh +``` -sudo apt-get install python3-pip -pip3 install finnhub-python -pip3 install flask - -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 - +Now to turn off the audio circuit open the config file with +```console sudo nano /boot/config.txt +``` +look for the dtparam=audio option and turn it to off, the line should look like this: +```console dtparam=audio=off ``` +then reboot the pi with +```console +sudo reboot now +``` + ## Run instructions ```console From 4667993291eec3b8b24df9d34a64873b6b5f8a50 Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Tue, 4 May 2021 22:31:17 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f515e..ef49a57 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # fintic ## Install instructions -Run these commands and press enter during the setup whenever it asks for confirmation +Run these commands in the directory you want to put the app and press enter during the setup whenever it asks for confirmation ```console sudo apt-get update sudo apt-get install git @@ -32,6 +32,7 @@ python3 server.py ``` in broswer go to url http://raspberrypi.local:1024 +## Notes To conver bdf font to pil format do pilfont.py