@@ -19,7 +19,7 @@ lib_deps =
1919 ; ;;;;;;;;;; FunHouse / LVGL Boards uncomment these ;;;;;;;;;;;;;;
2020 ; https://github.com/adafruit/Adafruit_HX8357_Library.git
2121 ; https://github.com/adafruit/Adafruit_ILI9341.git
22- ; https://github.com/adafruit/Adafruit_STMPE610.git
22+ ; https://github.com/adafruit/Adafruit_STMPE610.git
2323 ; https://github.com/adafruit/Adafruit-ST7735-Library.git
2424 ; https://github.com/adafruit/Adafruit_TouchScreen.git
2525 ; https://github.com/brentru/lvgl.git#wippersnapper
@@ -291,7 +291,7 @@ extra_scripts = pre:rename_usb_config.py
291291[env:adafruit_funhouse_esp32s2_debug]
292292extends = common:esp32
293293board = adafruit_funhouse_esp32s2
294- ; lib_extra_dirs =
294+ ; lib_extra_dirs =
295295build_type = debug
296296build_flags =
297297 -DARDUINO_FUNHOUSE
@@ -333,6 +333,14 @@ board_build.partitions = min_spiffs.csv
333333board_build.filesystem = littlefs
334334build_flags = -DARDUINO_SPARKLEMOTIONMINI_ESP32
335335
336+ ; Adafruit Sparkle Motion Stick
337+ [env:adafruit_sparklemotionstick_esp32]
338+ extends = common:esp32
339+ board = adafruit_sparklemotionstick_esp32
340+ board_build.partitions = min_spiffs.csv
341+ board_build.filesystem = littlefs
342+ build_flags = -DARDUINO_SPARKLEMOTIONSTICK_ESP32
343+
336344; Adafruit QT Py ESP32-C3
337345[env:adafruit_qtpy_esp32c3]
338346extends = common:esp32
@@ -506,7 +514,7 @@ extends = common:rp2040
506514
507515[env:raspberypi_picow_debug_port_only]
508516extends = common:rp2040
509- build_flags =
517+ build_flags =
510518 -DUSE_TINYUSB
511519 -DDEBUG_RP2040_PORT =Serial
512520
@@ -558,7 +566,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
558566platform_packages =
559567 framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
560568board = rpipico2w
561- build_flags =
569+ build_flags =
562570 -DWIFICC =CYW43_COUNTRY_UK
563571 -DUSE_TINYUSB
564572 ; -DARDUINO_ARCH_RP2040
0 commit comments