A Baseball scoreboard designed for the Raspberry Pi 3, a work in progress. Go Mariners.
-
This project is licensed under the MIT License, see license.md for more details.
- 20x4 Character Display (based on the HD44780 controller)
- LEDs (for balls, strikes, out, on base)
- Raspberry Pi3 Model B (Mine runs Ubuntu Mate) - Another type of Pi may work but I'm not testing on any other hardware
#####Dependencies:
- curlpp
- libxml++-2.6
- libcurl4-openssl
- cmake (written for 3.5, should work under 3.0 if you modify CMakeLists.txt's required version)
- make
- gcc (with C++ packages)
-
Download the source using your preffered method
-
in the source directory
mkdir build cd build cmake .. make
-
Execute the new executable
./baseball-pi
Warning: I am not testing this script for general use, it is mostly for my own convenience. However I have some confidence it will work on other machines as its relatively simple right now.
-
Download the source code
-
Execute the InstallAndRun.sh file in the source code directory
./InstallAndRun.sh