mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-10 08:03:03 -04:00
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:
parent
aaa1bc3a09
commit
ba33cc737d
4 changed files with 23 additions and 5 deletions
|
@ -197,6 +197,8 @@ private:
|
|||
}
|
||||
|
||||
void handle_lcd_frame_sync() {
|
||||
DisplayFrameSyncMessage message;
|
||||
context.message_map().send(&message);
|
||||
painter.paint_widget_tree(top_widget);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue