8 lines
200 B
Markdown
8 lines
200 B
Markdown
|
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
|