Skip to content

Commit 6c248b5

Browse files
committed
travis need extra libs
1 parent 6efda33 commit 6c248b5

File tree

1 file changed

+2
-1
lines changed
  • examples/adafruitGfx/tft/tft

1 file changed

+2
-1
lines changed

examples/adafruitGfx/tft/tft/tft.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ https://github.com/0xPIT/encoder
1313
https://github.com/PaulStoffregen/TimerOne
1414
***/
1515

16-
#define USE_CLICK_ENCODER
16+
//removed as extra libs are not included into travis
17+
// #define USE_CLICK_ENCODER
1718

1819
#include <SPI.h>
1920
#include <Adafruit_GFX.h>

0 commit comments

Comments
 (0)