; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [platformio] default_envs = Teensy-ILI9341_t3-XPT2046 [common] build_flags = -D USER_CONFIG_LOADED=1 -D USER_CONFIG_INC_FILE=1 -D USER_CONFIG_INC_FNAME=\"$PROJECT_DIR\\include\\teensy-adagfx-ili9341_t3-xpt2046-audio.h\" [touch-XPT2046_ps] lib_deps = PaulStoffregen/XPT2046_Touchscreen build_flags = ${common.build_flags} [env:teensy41] platform = teensy board = teensy41 framework = arduino build_flags = ${common.build_flags} -D __IMXRT1062__ [disp-ILI9341_t3] lib_deps = https://github.com/PaulStoffregen/Wire https://github.com/PaulStoffregen/SPI https://github.com/PaulStoffregen/ILI9341_t3 build_flags = ${common.build_flags} ; libs not used: ;adafruit/Adafruit BusIO@^1.7.3 ;impulseadventure/GUIslice@^0.16.0 [env:Teensy-ILI9341_t3-XPT2046] extends = env:teensy41 lib_deps = https://github.com/ImpulseAdventure/GUIslice.git ${disp-ILI9341_t3.lib_deps} ${touch-XPT2046_ps.lib_deps} lib_ignore = ks0108, UTFT build_flags = ${common.build_flags} ${disp-ILI9341_t3.build_flags} ${touch-XPT2046_ps.build_flags}