Skip to content

Commit edb7617

Browse files
added BusIO dependency
1 parent 6fddfc9 commit edb7617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
; not for usage of this library in other projects.
33

44
[platformio]
5-
src_dir = examples/16x16-matrix/plasma-16x16-cprg
5+
src_dir = examples/16x16-matrix/color_gradient-16x16-cprg
66
default_envs = teensy40
77
lib_dir = .
88

99
[common]
1010
lib_deps =
1111
Adafruit GFX Library
12+
Adafruit BusIO
1213
SPI
1314
Wire
1415

0 commit comments

Comments
 (0)