mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 10:58:06 +00:00
Add LCD shutdown method.
Resets LCD controller, turns off backlight.
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user