I manage to build UI for my device but now I’m stack with adding third party library to the project.
What is the best way add for example DallasTemperature library on project that is started from lv_port_esp32?
After investigating it I manage to find some answers. I will post it here so maybe it will be useful for others. Intended way to add dependencies is to add it in components folder. For example if you want to add Arduino dependency you probably want to do this https://github.com/espressif/arduino-esp32/blob/master/docs/esp-idf_component.md
BUT currently arduino library doesn’t work work with esp-idf version 4.
1 Like