From 6624ff8a8799d21f75088da8cb2b93ced94b0c0a Mon Sep 17 00:00:00 2001 From: Guybrush Date: Thu, 21 Sep 2023 18:19:50 +0200 Subject: [PATCH] Adding a library.json file to fix platformio for ESP-IDF Signed-off-by: Guybrush --- library.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..3d3d100 --- /dev/null +++ b/library.json @@ -0,0 +1,10 @@ +{ + "name": "lcdgfx", + "description": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ST7789, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "version": "1.1.5", + "repository": + { + "type": "git", + "url": "https://github.com/lexus2k/lcdgfx" + } + }