mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-06 05:14:35 -04:00
Fast and easy disable of the TECHO display to prevent screen issues
This commit is contained in:
parent
2a4d6c7a7f
commit
2766e848ac
1 changed files with 1 additions and 1 deletions
2
Boards.h
2
Boards.h
|
@ -1120,7 +1120,7 @@
|
||||||
#define EEPROM_OFFSET EEPROM_SIZE-EEPROM_RESERVED
|
#define EEPROM_OFFSET EEPROM_SIZE-EEPROM_RESERVED
|
||||||
#define HAS_EEPROM false
|
#define HAS_EEPROM false
|
||||||
#define HAS_SD 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 EINK_BW
|
||||||
#define DISPLAY_MODEL GxEPD2_154_D67
|
#define DISPLAY_MODEL GxEPD2_154_D67
|
||||||
#define BLE_MANUFACTURER "LilyGO"
|
#define BLE_MANUFACTURER "LilyGO"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue