fintic

Install instructions

Run these commands and press enter during the setup whenever it asks for confirmation

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

cd fintic
./setup.sh

Now to turn off the audio circuit open the config file with

sudo nano /boot/config.txt

look for the dtparam=audio option and turn it to off, the line should look like this:

dtparam=audio=off

then reboot the pi with

sudo reboot now

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

Description
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.
Readme 25 MiB
Languages
Python 34.1%
CSS 26%
JavaScript 23.1%
HTML 15.5%
Shell 1.3%