From: jeremybox Date: Tue, 22 Jul 2025 19:34:45 +0000 (-0400) Subject: Fast and easy disable of the TECHO display to prevent screen issues X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=2766e848ac2bd2f3eb5f42cb2f64ef532febb621;p=lora-radio.git Fast and easy disable of the TECHO display to prevent screen issues --- diff --git a/Boards.h b/Boards.h index 3a41183..c0f6cc4 100644 --- a/Boards.h +++ b/Boards.h @@ -1120,7 +1120,7 @@ #define EEPROM_OFFSET EEPROM_SIZE-EEPROM_RESERVED #define HAS_EEPROM false #define HAS_SD false - #define HAS_DISPLAY true + #define HAS_DISPLAY false //Temporarially disable display code to not burn out the e-ink until the display code is fixed #define DISPLAY EINK_BW #define DISPLAY_MODEL GxEPD2_154_D67 #define BLE_MANUFACTURER "LilyGO"