TrevisanGMW / arduino-scoreboard

A simple Arduino Scoreboard
MIT License
2 stars 1 forks source link

Only one Number displays #1

Open StanMOI opened 4 years ago

StanMOI commented 4 years ago

Hello, Thank you for your scratch.

I have little problem. I see only one number and no the second one. Only one number displays. Can you help, please.

TrevisanGMW commented 4 years ago

Hello, Thank you for your scratch.

I have little problem. I see only one number and no the second one. Only one number displays. Can you help, please.

It might be the case that you're using a different version. Are you using exactly the same hardware I used?

StanMOI commented 4 years ago

Hello, Thank you for your scratch. I have little problem. I see only one number and no the second one. Only one number displays. Can you help, please.

It might be the case that you're using a different version. Are you using exactly the same hardware I used?

I use arduino uno generic

TrevisanGMW commented 4 years ago

The only time I had a similar issue was when I accidentally used a different version of the library. It might also be the case that they updated something in it so now it's different. (Sorry I can't really test it now as I gave the scoreboard away)

What I would do is try some simple stuff first, for example... get the MAX7219 Dot Matrix working with some of the samples from the library. After that you should be able to use the scoreboard code.

I believe this video might be helpful: https://youtu.be/hH-m0LL_ZAs

I updated the README.md with some images, see if it helps you.