File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ; ***************************************************;
2
+ ; HUZZAH32 V2 ESP32 with Featherwing TFT 3.5" ;
3
+ ; - HUZZAH32 V2 w/ 2 MB PSRAM board ;
4
+ ; - HX8357D TFT Featherwing 3.5" V2 ;
5
+ ; - STMPE610 touch controller ;
6
+ ; ***************************************************;
7
+
8
+ [env:huzzah32-v2-featherwing-35]
9
+ extends = arduino_esp32_v2, flash_8mb
10
+ board = adafruit_feather_esp32_v2
11
+
12
+ build_flags =
13
+ -D HASP_MODEL =" Adafruit HUZZAH32 V2 ESP32 Featherwing 3.5"
14
+ ${arduino_esp32_v2.build_flags}
15
+ ${esp32.ps_ram}
16
+ -D LV_INDEV_DEF_READ_PERIOD =30
17
+ ; region -- TFT_eSPI build options ------------------------
18
+ ${lcd.featherwing-35}
19
+ -D TFT_MISO =21 ; GPIO21 / MISO
20
+ -D TFT_MOSI =19 ; GPIO19 / MOSI
21
+ -D TFT_SCLK =5 ; GPIO5 / SCK
22
+ -D TFT_DC =33 ; GPIO33 / D33
23
+ -D TFT_CS =15 ; GPIO15 / D15
24
+ -D TFT_RST =-1 ; RST
25
+ -D TOUCH_CS =32
26
+
27
+ -D TFT_BCKL =26 ; Solder the LITE pad to a PWM enabled pin of the ESP, like GPIO 26
28
+ ; endregion
29
+
30
+ lib_deps =
31
+ ${arduino_esp32_v2.lib_deps}
32
+ ${tft_espi.lib_deps}
33
+ ${stmpe610.lib_deps}
You can’t perform that action at this time.
0 commit comments