Hi everyone,
I have recently bought one of these https://www.sparkfun.com/products/11408 4 Digit 7-segment displays, and even tho SparkFun includes a good example for using the display, (right here, btw http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Components/LED/_7Seg_Example.pde) I have failed in modifying the code for my purposes.
I need the display to advance one digit each time i press a push button switch.... as simple as that.
but as simple as it may sound... we all know 7-segment displays use multiplexing, not such a simple interface.
I curentlly used all my shift registers in another project, so i will need to make use of the available Arduino pins (which are more than enough) for this.
Thank you for your answers!