From 02cf1547a8a03af856cd4c2d5be8937f85a421f8 Mon Sep 17 00:00:00 2001 From: Ilya Belyakov Date: Sat, 6 Jan 2024 18:01:51 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D0=BC=20=D1=82=D1=80=D0=B5=D0=B1=D1=83=D0=B5=D0=BC=D1=8B?= =?UTF-8?q?=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20TM16XX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/display/TM16XX/modinfo.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/modules/display/TM16XX/modinfo.json b/src/modules/display/TM16XX/modinfo.json index bbbed517..1aaf3857 100644 --- a/src/modules/display/TM16XX/modinfo.json +++ b/src/modules/display/TM16XX/modinfo.json @@ -78,10 +78,14 @@ "defActive": false, "usedLibs": { "esp32*": [ - "https://github.com/maxint-rd/TM16xx" + "https://github.com/maxint-rd/TM16xx", + "https://github.com/adafruit/Adafruit-GFX-Library", + "adafruit/Adafruit BusIO @ ^1.13.2" ], "esp82*": [ - "https://github.com/maxint-rd/TM16xx" + "https://github.com/maxint-rd/TM16xx", + "https://github.com/adafruit/Adafruit-GFX-Library", + "adafruit/Adafruit BusIO @ ^1.13.2" ] } } \ No newline at end of file