EPD_Libraries icon indicating copy to clipboard operation
EPD_Libraries copied to clipboard

Installation via platformio

Open xtrinch opened this issue 3 years ago • 0 comments

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?

image

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

xtrinch avatar May 26 '21 18:05 xtrinch