fix: T-Echo frontlight on at boot when using OLED UI (#6474)

This commit is contained in:
todd-herbert
2025-04-01 05:26:46 -05:00
committed by GitHub
co-authored by GitHub
parent ae88759059
commit 128c347c64
-4
View File
@@ -128,11 +128,7 @@ bool EInkDisplay::connect()
#ifdef PIN_EINK_EN
// backlight power, HIGH is backlight on, LOW is off
pinMode(PIN_EINK_EN, OUTPUT);
#ifdef ELECROW_ThinkNode_M1
digitalWrite(PIN_EINK_EN, LOW);
#else
digitalWrite(PIN_EINK_EN, HIGH);
#endif
#endif
#if defined(TTGO_T_ECHO) || defined(ELECROW_ThinkNode_M1)