mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-06 08:34:58 -04:00
Updated T-Beam display reset pin
This commit is contained in:
parent
68374daa62
commit
1ec1847474
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#define DISP_RST -1
|
||||
#define DISP_ADDR 0x3C
|
||||
#elif BOARD_MODEL == BOARD_TBEAM
|
||||
#define DISP_RST 0
|
||||
#define DISP_RST 13
|
||||
#define DISP_ADDR 0x3D
|
||||
// #define DISP_ADDR 0x3C
|
||||
#elif BOARD_MODEL == BOARD_HELTEC32_V2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue