Merge branch 'master' into t5-epaper-pro

This commit is contained in:
Manuel
2025-10-30 13:43:54 +01:00
committed by GitHub
4 changed files with 5 additions and 2 deletions

View File

@@ -446,7 +446,7 @@ void Screen::handleSetOn(bool on, FrameCallback einkScreensaver)
if (uiconfig.screen_brightness == 1)
digitalWrite(PIN_EINK_EN, HIGH);
#elif defined(PCA_PIN_EINK_EN)
if (uiconfig.screen_brightness == 1)
if (uiconfig.screen_brightness > 0)
io.digitalWrite(PCA_PIN_EINK_EN, HIGH);
#endif