12345678910111213141516171819 |
- ; 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
- [env:rpipico2]
- platform = raspberrypi
- board = rpipico2
- framework = arduino
- lib_deps =
- adafruit/Adafruit ST7735 and ST7789 Library@^1.11.0
- bitbank2/JPEGDEC@^1.7.0
- upload_protocol = cmsis-dap
- debug_tool = cmsis-dap
|