Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ketrab2004 committed Mar 14, 2022
1 parent 6bf5325 commit f5853e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
platform = atmelavr
board = megaatmega2560
framework = arduino
lib_deps =
; builtin
SPI
Wire
SD

; adafruit
adafruit/Adafruit BusIO@^1.11.1
adafruit/Adafruit GFX Library@^1.10.13
adafruit/Adafruit ILI9341@^1.5.10
adafruit/Adafruit FT6206 Library@^1.0.6

[platformio]
description = SD card Explorer with UI for ILI_9341

0 comments on commit f5853e9

Please sign in to comment.