Transmit DisplayFrameSync message, handle in WaterfallSpectrum.

More kludginess, especially around initialization and timing. But it addresses the flickering lines of pixels at the bottom of the waterfall scroll area!
This commit is contained in:
Jared Boone 2016-01-06 11:36:57 -08:00
parent aaa1bc3a09
commit ba33cc737d
4 changed files with 23 additions and 5 deletions

View file

@ -197,6 +197,8 @@ private:
}
void handle_lcd_frame_sync() {
DisplayFrameSyncMessage message;
context.message_map().send(&message);
painter.paint_widget_tree(top_widget);
}