Skip to content
Sebastian Woetzel edited this page Nov 13, 2018 · 1 revision

satnogs-monitor

Terminals/Fonts

I use the Alacritty terminal emulator with the Lucy Tewi font. It should work ok as long as your font supports the unicode box and braille characters.

Alacritty (Xorg/Wayland)

See https://github.com/jwilm/alacritty for build instructions. If you try to build this on a raspberry pi it may run out of RAM and swap space.

yaft (fb)

A version with patched colors and build in Lucy Tewi font can be found here: https://github.com/wose/yaft Check the original README if you want to use other fonts. Colors can be changed pre build in color.h

git clone https://github.com/wose/yaft.git
cd yaft
make yaft
sudo make install

You may want to add your user to the video group:

sudo gpasswd -a YOUR_USERNAME video
Clone this wiki locally