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