Added display support for T-Beam, Heltec and LoRa32 boards

This commit is contained in:
Mark Qvist 2022-10-30 21:15:43 +01:00
parent d2dab8c65e
commit 3b0658aaf5
3 changed files with 28 additions and 4 deletions

View file

@ -170,7 +170,7 @@
const int pin_led_rx = 25;
const int pin_led_tx = 25;
#endif
#define HAS_DISPLAY true
#define HAS_DISPLAY true
#define HAS_BLUETOOTH true
#elif BOARD_MODEL == BOARD_RNODE_NG_20
const int pin_cs = 18;