
address(1 << seg_count);
write(LCD_digits[seg_count]);
seg_count = (seg_count+1) & 0x07;
