Hi. Control 24V LED strip by Multiplexing. HELP Please!!

So the Sparkfun countUP code I linked to doesn't work?

int number = 0;
change that to
int number = 9999;
and
number++;
to
number--;
for a 4digit count down display.
Leo.