codewitch-honey-crisis / gfx

GFX is a device independent graphics library primarily intended for IoT MCUs but not limited to that.
https://honeythecodewitch.com/gfx
MIT License
110 stars 10 forks source link

Error: 13 Library Not Valid #16

Closed Ewoannon closed 1 year ago

Ewoannon commented 1 year ago

Attempting to install library through Arduino IDE 2.0 library manager returns the following error message: Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid Any solutions would be much appreciated. Mòran taing.

codewitch-honey-crisis commented 1 year ago

As far as I know Arduino cannot handle htcw_gfx because it requires C++14 or better to compile. That's why it's not an Arduino library. Use platformIO.