I am unable to find the Embedded Graphics library Lvgl by Kisregabor .
I am very new to PlatformIO but come from a fair bit of experience with Arduino. I require the library to work on a project for Expressive ESP 32 by AZ Developments. Be gentle with a Newbie but please help.
You can find it in the registry. The installation in platformio is described here
Thanks for that unfortunately I asked the wrong question. What I should have said is once the library is downloaded and I try and build I get an error " lv_conf.h No such file or directory " I have however copied this header file into the project and placed a link to it in the “include” directory of pio from the ide. The original library I used successfully in Arduino was by kisregabor while the pio dowm loaded library is named Lvgl/Lvgl. I am totally confused the Lvgl library by kisregabor does not show up when searching in the pio library editor.
Hhm - lvgl/lvgl is based on this github repo - and kisvegabor is one of the prominent commitors. So I think (but do not know ) that the two libraries - the one used in arduinoIDE and the one used in platformio - are identical, although not named identically
Hi @newsparky
I have no clue about lvgl
and lv_conf.h
but this post might help you: Problem with "PROJECT_DIR" variable - #6 by maxgerhardt
So with the following build flags in your platformio.ini
this should allow you simply put the lv_conf.h
into your src
folder.
build_flags =
-Isrc/
-DLV_CONF_INCLUDE_SIMPLE