Hi. Arduino beginner here.
I am trying to figure out how to really use the seven segment led display with my Orion board. Running IDE 1.0.6 on a Win7 machine. I’ve gotten the display to run sample code great, and figured out how to print digits and variables to the display with my own code as well.
What I am trying to figure out now, though, is how to address my code to specific digits (and later, individual segments) of the display. In other words, if I have four digits available on the display (call them d1-d4), and I want to, say, display one variable’s contents on d2, and another variable’s contents on d4, how would I go about doing that?
Thanks for any assistance. This is the most fun I’ve had with hardware in years!