fix: ensure backlight turns back on during startMcpScreensaver and invalidate canvas on drawText
This commit is contained in:
@@ -57,6 +57,12 @@ public:
|
||||
*/
|
||||
void startScreensaver();
|
||||
|
||||
/**
|
||||
* Force the MCP screensaver specifically, regardless of the current
|
||||
* screensaver type setting. Safe to call from any thread (acquires LVGL lock).
|
||||
*/
|
||||
void startMcpScreensaver();
|
||||
|
||||
/**
|
||||
* Force the screensaver to stop immediately and restore backlight.
|
||||
* @note Not thread-safe. Call from LVGL/main context only, not from
|
||||
|
||||
Reference in New Issue
Block a user