Using Timer0 with Arduino IDE

What do you mean by "the led display has to be refreshed regularly?" Anyway you could use the 500ms timer to do double duty? Set the timer to the "least common denominator" of the two things needing a timer interrupt, 100ms say. Then every 5th time for the gate period?