Fix mini12864 v2.1 + PSU control + NeoPixel backlight (#21021)

This commit is contained in:
ellensp
2021-02-08 15:36:04 +13:00
committed by GitHub
parent 42761acf4f
commit 6dcb77f7b5
4 changed files with 20 additions and 9 deletions

View File

@@ -994,7 +994,7 @@ void MarlinUI::update() {
refresh(LCDVIEW_REDRAW_NOW);
#ifdef LED_BACKLIGHT_TIMEOUT
leds.reset_timeout(ms);
if (!powersupply_on) leds.reset_timeout(ms);
#endif
}