jefrem

It may make little difference but try removing the colons after the gosubs in the following lines:
Code:
 gosub BLINK_LED_START:
 gosub clear_char: 'Clear 7 seg displays & LEDs
 gosub display: 'Write Chars to 7 seg display

Norm