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