68     TCCR1B = (1 << WGM12)|(1 << CS12)|(1 << CS10);
 
   86     TIMSK1 = (1 << OCIE1A);
 
   98     TIMSK1 &= ~(1 << OCIE1A);
 
 This file supports the timer functionality for the LCD. 
void timer_stop(void)
Stop the timer. 
void timer_start(void)
Start the timer. 
void timer_init(void)
TIMER1 init for timer used by LCD.