-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
40 lines (35 loc) · 1015 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
; 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:object_music]
platform = atmelavr
board = megaatmega2560
framework = arduino
lib_deps =
; builtin
Wire
SPI
; adafruit
adafruit/Adafruit BusIO@^1.11.1
adafruit/Adafruit GFX Library@^1.10.13
adafruit/Adafruit ILI9341@^1.5.10
adafruit/SdFat - Adafruit Fork@^1.5.1
adafruit/Adafruit SPIFlash@^3.9.0
adafruit/Adafruit EPD@^4.4.2
adafruit/Adafruit ImageReader Library@^2.7.0
[env:object_music; USE_IMAGERY 0]
platform = atmelavr
board = uno
framework = arduino
lib_deps =
; builtin
Wire
SPI
[platformio]
description = Object Oriented music player (with image from sd card loading support)