Multi-SNICS_Interlock/statusDisplay
2023-12-14 17:22:43 -05:00
..
display.cpp added statusDisplay, not finish, fail to run 2023-12-14 17:22:43 -05:00
image.png added statusDisplay, not finish, fail to run 2023-12-14 17:22:43 -05:00
README.md added statusDisplay, not finish, fail to run 2023-12-14 17:22:43 -05:00

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