Settlers Of Catan Dice
Fun project + tutorial from joshi on the Arduino Project Hub.
I wrote a function called buildUp to use every time the button is pushed, to build up the tension of what numbers the dice will show. My display has two rows of both 16 characters. I wanted to fill both rows with random numbers (up to six, like real dice) that will come faster with every number. That’s what the for loop in the buildUp function is for. If you’re display has more rows or characters you can adjust this code.
I set the delay to 220 milliseconds and divided this by 16. The number that you get is the number you’ll subtract from the countDelay every time the loop runs. If you want the numbers to show faster or slower, these are the numbers you have to adjust.
from Adafruit Industries – Makers, hackers, artists, designers and engineers! http://ift.tt/2DrJ1PS
via IFTTT