Um, but I'm afraid I don't know how to do that. And actually I don't even want them to flash.
Sorry, I'm pretty new to all this. In fact I'm kind of surprised that I got as far as I have pimply simply using the code that you wrote.
I get that I need to declare the variable of of the fourth anode:
Code:
int ledPin_a_4 = 13
...and I assume determine that that anode will be firing along with all the others:
Code:
case 3: anodPin = ledPin_a_4; break;
But then where and how do I say to turn a cathode on the fourth anode? I'm guessing that I can still do this in the setup if don't want the decimal to blink.