From 3c01e9f9b3622b487a70a78a308fc85107235255 Mon Sep 17 00:00:00 2001 From: Fisch Date: Sun, 22 May 2022 12:54:41 +0200 Subject: [PATCH] add gfx library --- hoverbrettctrl/platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hoverbrettctrl/platformio.ini b/hoverbrettctrl/platformio.ini index 768a858..032c90b 100644 --- a/hoverbrettctrl/platformio.ini +++ b/hoverbrettctrl/platformio.ini @@ -25,4 +25,5 @@ lib_deps = https://github.com/maniacbug/RF24 adafruit/Adafruit SSD1306@^2.5.3 adafruit/Adafruit BusIO@^1.11.3 - https://github.com/adafruit/Adafruit-GFX-Library \ No newline at end of file + https://github.com/adafruit/Adafruit-GFX-Library + arduino-libraries/SD@^1.2.4 \ No newline at end of file