Add additional display types

This commit is contained in:
jacob.eva 2025-02-04 15:28:28 +00:00
parent 507e7cdd48
commit 430a0ae4af
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -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