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

@ -48,8 +48,8 @@ class ILI9341 {
void init();
void shutdown();
void sleep();
void wake();
void sleep(bool hw_sleep = true);
void wake(bool hw_sleep = true);
void fill_rectangle(ui::Rect r, const ui::Color c);
void fill_rectangle_unrolled8(ui::Rect r, const ui::Color c);