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

This commit is contained in:
todd-herbert 2025-04-01 23:26:46 +13:00 committed by GitHub
parent ae88759059
commit 128c347c64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)