Found the way:
-
pay attention what is installation instruction for library on its documentation page:
-
if it is mentioned as: “hg …” - you will need an hg client installed in your system. Client installation instructions here:
Download - Mercurial -
launch VSCode + PlatformIO
start the PIO terminal and type the following command:
platformio lib -g install TextLCD - Updated for more display types. Fixed memoryaddr… | Mbed
or:
platformio lib -g install “http-address of target library on mbed-forum” -
Try to compile