EPD_Libraries
EPD_Libraries copied to clipboard
Installation via platformio
Hi,
I was hoping you could help me figure out the following issue: When I install this library via platformio, with the following platformio.ini:
framework = arduino
lib_deps =
bodmer/TFT_eSPI @ ^2.3.70
https://github.com/Bodmer/EPD_Libraries
It seems to clone a subfolder of this repo. Sadly not the one I need. Do you have any idea what could be wrong?
I'm thinking it probably wants library.json and library.properties file in the root, otherwise it searches for the first folder with c/cpp files