platformio.ini 600 B

12345678910111213141516171819
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:rpipico2]
  11. platform = raspberrypi
  12. board = rpipico2
  13. framework = arduino
  14. lib_deps =
  15. adafruit/Adafruit ST7735 and ST7789 Library@^1.11.0
  16. bitbank2/JPEGDEC@^1.7.0
  17. upload_protocol = cmsis-dap
  18. debug_tool = cmsis-dap