mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-28 15:40:26 -05:00
fix some bugs due to framesync not fired on stealth mode (#2834)
This commit is contained in:
parent
dafe3b7641
commit
200831ad67
4 changed files with 28 additions and 27 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue