Code [PICC] ::

16F684
7 Segment Displaydownloads: 229 | type: c | size: 2 kB
This is just a bit of code that loops from 0 -> F and ouputs it onto a 7Seg Display
Multiple 7 Segment Displaysdownloads: 177 | type: c | size: 2 kB
This code allows for running up to 3 displays. It doesnt use the EEPROM, but it does loop from 000 to FFF, it would be fairly easy to change it to loop from 000 to 999 (change 3 values).
KOTH Boxdownloads: 171 | type: c | size: 3 kB
I ported Jim Robertsons code over from picBasic to PICC Lite for a bit of practice, it uses TMR1 to generate reasonably accurate timing... check out Jim's site over at http://www.lasertagparts.com.
Serial 7Seg Displaydownloads: 179 | type: c | size: 5 kB
Use this to be able to write a value to a three digit 7 Segment display serially...