@@ -19,7 +19,7 @@ lib_deps =
19
19
; ;;;;;;;;;; FunHouse / LVGL Boards uncomment these ;;;;;;;;;;;;;;
20
20
; https://github.com/adafruit/Adafruit_HX8357_Library.git
21
21
; https://github.com/adafruit/Adafruit_ILI9341.git
22
- ; https://github.com/adafruit/Adafruit_STMPE610.git
22
+ ; https://github.com/adafruit/Adafruit_STMPE610.git
23
23
; https://github.com/adafruit/Adafruit-ST7735-Library.git
24
24
; https://github.com/adafruit/Adafruit_TouchScreen.git
25
25
; https://github.com/brentru/lvgl.git#wippersnapper
@@ -291,7 +291,7 @@ extra_scripts = pre:rename_usb_config.py
291
291
[env:adafruit_funhouse_esp32s2_debug]
292
292
extends = common:esp32
293
293
board = adafruit_funhouse_esp32s2
294
- ; lib_extra_dirs =
294
+ ; lib_extra_dirs =
295
295
build_type = debug
296
296
build_flags =
297
297
-DARDUINO_FUNHOUSE
@@ -333,6 +333,14 @@ board_build.partitions = min_spiffs.csv
333
333
board_build.filesystem = littlefs
334
334
build_flags = -DARDUINO_SPARKLEMOTIONMINI_ESP32
335
335
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
+
336
344
; Adafruit QT Py ESP32-C3
337
345
[env:adafruit_qtpy_esp32c3]
338
346
extends = common:esp32
@@ -506,7 +514,7 @@ extends = common:rp2040
506
514
507
515
[env:raspberypi_picow_debug_port_only]
508
516
extends = common:rp2040
509
- build_flags =
517
+ build_flags =
510
518
-DUSE_TINYUSB
511
519
-DDEBUG_RP2040_PORT =Serial
512
520
@@ -558,7 +566,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
558
566
platform_packages =
559
567
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
560
568
board = rpipico2w
561
- build_flags =
569
+ build_flags =
562
570
-DWIFICC =CYW43_COUNTRY_UK
563
571
-DUSE_TINYUSB
564
572
; -DARDUINO_ARCH_RP2040
0 commit comments