ajfite / baseball-pi

A dedicated Raspberry PI Baseball scoreboard using LEDs and a 4x20 character display
https://projects.ajfite.com
Other
3 stars 0 forks source link

Baseball-pi

A Baseball scoreboard designed for the Raspberry Pi 3, a work in progress. Go Mariners.

Hardware

Compiling

Dependencies:
Instructions:
  1. Download the source using your preffered method

  2. in the source directory

    mkdir build
    cd build
    cmake ..
    make
  3. Execute the new executable

    ./baseball-pi
Alternatively:

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.

  1. Download the source code

  2. Execute the InstallAndRun.sh file in the source code directory

    ./InstallAndRun.sh