256
266
// if there has been a new pulse, we'll be resetting the display
257
267
bool reset = new_pulse_at? true : false;
259
272
// only do this stuff at the start of a display cycle, to ensure
260
273
// that no state changes mid-display
267
280
Time &time = Time::get_instance();
272
288
drawNextSegment( reset );
278
290
// wait till it's time to draw the next segment