lexus2k / lcdgfx

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
MIT License
356 stars 51 forks source link

Adding a library.json file to fix platformio for ESP-IDF #110

Closed MiguelBarro closed 9 months ago

MiguelBarro commented 9 months ago

This repo cannot directly be included from platformio vscode plugin because lacks a library.json file. The platformio introspection detects the presence of library.properties and keywords.txt files determining it is an arduino package. That makes it fail in the ESP-IDF environment.

As a workaround I'm using a prebuild script but it will be more convenient to avoid the nuisance.

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.