Skip to content

Commit

Permalink
Adding a library.json file to fix platformio for ESP-IDF
Browse files Browse the repository at this point in the history
Signed-off-by: Guybrush <miguel.barro@live.com>
  • Loading branch information
MiguelBarro committed Sep 21, 2023
1 parent 0f772e5 commit 6624ff8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 6624ff8

Please sign in to comment.