mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-07-21 13:59:00 -04:00
Add additional display types
This commit is contained in:
parent
507e7cdd48
commit
430a0ae4af
1 changed files with 3 additions and 0 deletions
3
Boards.h
3
Boards.h
|
@ -129,6 +129,9 @@
|
|||
#define OLED 0x01
|
||||
#define EINK_BW 0x02
|
||||
#define EINK_3C 0x03
|
||||
#define MONO_OLED 0x04
|
||||
#define TFT 0x05
|
||||
#define ADAFRUIT_TFT 0x06
|
||||
|
||||
#if defined(ESP32)
|
||||
#define PLATFORM PLATFORM_ESP32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue