Update Setup44_TTGO_CameraPlus.h

See #1007
This commit is contained in:
Bodmer
2021-02-16 08:12:56 +00:00
committed by GitHub
parent 6f2c5f7301
commit 602525a2ab

View File

@@ -10,6 +10,7 @@
#define TFT_CS 12 #define TFT_CS 12
#define TFT_DC 15 #define TFT_DC 15
#define TFT_RST -1 #define TFT_RST -1
#define TFT_BL 2
#define LOAD_GLCD // Font 1. Original Adafruit 8 pixel font needs ~1820 bytes in FLASH #define LOAD_GLCD // Font 1. Original Adafruit 8 pixel font needs ~1820 bytes in FLASH
#define LOAD_FONT2 // Font 2. Small 16 pixel high font, needs ~3534 bytes in FLASH, 96 characters #define LOAD_FONT2 // Font 2. Small 16 pixel high font, needs ~3534 bytes in FLASH, 96 characters