mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 17:24:50 -04:00
Add LCD shutdown method.
Resets LCD controller, turns off backlight.
This commit is contained in:
parent
b5802aadda
commit
98a1eb5c1c
2 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
void operator=(const ILI9341&) = delete;
|
||||
|
||||
void init();
|
||||
void shutdown();
|
||||
|
||||
void fill_rectangle(ui::Rect r, const ui::Color c);
|
||||
void fill_circle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue