This commit is contained in:
Ken Van Hoeylandt 2025-08-13 22:23:28 +02:00
parent 660074db69
commit 166673596c

View File

@ -27,9 +27,6 @@ static std::shared_ptr<hal::display::DisplayDevice> initDisplay(const hal::Confi
return nullptr;
}
lv_display_t* lvgl_display = display->getLvglDisplay();
assert(lvgl_display);
if (display->supportsBacklightDuty()) {
display->setBacklightDuty(0);
}