First off, I am a newbie to the Arduino. I purchased an Arduino Uno kit, a couple of LED boards, and have went through a few basic tutorials. I am not proficient in C+ programming, but understand some programming.
LED Board: Sure Electronics DE-DP22811. Here is a PDF that shows the board and some sample code: http://www.sure-electronics.net/download/DE-DP22811_Ver1.0_EN.pdf
The connectors on J1 don't really match what I find on the Arduino, but I did find a short video that shows it working, however there is no code or wiring instructions to help. So.. I am asking here.
Based upon the image above, how would I connect this to the Arduino board, and what changes in the sample code (provided in the PDF above) would need to be made to get this to work?
My goal is to create a portable scoreboard using two of these LED boards connected to the Arduino that would show a separate numeric value (0-99) based upon four button inputs.
Thanks for looking!