/**************************************************************************** Interrupt Timer2 (Display) ****************************************************************************/ ISR(TIMER2_OVF_vect) { if (STATUS_DISPLAY & (1<<0)) //new Data UP&DOWN { if (istart_DISPLAYUP > iend_DISPLAYUP) { PORTA &= ~(1< iend_DISPLAYUP) { STATUS_DISPLAY &= ~(1<<1); STATUS10 &= ~(1<<2); if (STATUS_DISPLAY != 0) {STATUS00 |= (1<<2); TCCR2B &= ~(1< iend_DISPLAYDOWN) { STATUS_DISPLAY &= ~(1<<2); STATUS10 &= ~(1<<2); if (STATUS_DISPLAY != 0) {STATUS00 |= (1<<2); TCCR2B &= ~(1<