fix some bugs due to framesync not fired on stealth mode (#2834)

This commit is contained in:
Totoo 2025-10-18 13:13:51 +02:00 committed by GitHub
parent dafe3b7641
commit 200831ad67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 27 deletions

View file

@ -133,7 +133,7 @@ class EventDispatcher {
void on_keyboard_event(ui::KeyboardEvent event);
// void blink_timer();
void handle_lcd_frame_sync();
void handle_lcd_frame_sync(bool screen_on);
void handle_switches();
void handle_encoder();
void handle_touch();