mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-03-29 05:19:50 +00:00
Fix _initialized never set in Display::init()
Prevents double PSRAM allocation and LVGL driver re-registration if init() were called more than once. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -70,6 +70,7 @@ bool Display::init() {
|
||||
return false;
|
||||
}
|
||||
|
||||
_initialized = true;
|
||||
INFO("Display initialized successfully");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user