200 B
200 B
The Status Display on Raspberry Pi use the SDL C++ library
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
To Compile
g++ -o display display.cpp -lSDL2 -lSDL2_image -lSDL2_ttf