You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Can you help me how to integrate it as a component into an ESP-IDF project? I cloned the lib into the components folder but unable to compile the demo app, complaining about missing tft files... If I only merge the components folder into my project I can use it... But that way I need to manually merge the contents of the Kconfig.projbuild too. Not sure which way is the correct one. Thanks
The text was updated successfully, but these errors were encountered:
Folders inside the component folder is all you need for integration.
For menuconfig options you just need to copy Kconfig.projbuild from main folder to your main folder.
If you are using SPIFF storage then partitions_example.csv file also need to be copied.
I've addressed this in my fork (for the latest build system in esp-idf 4). All the menuconfig is moved into the TFT components. You just need to add a couple of lines in your CMake files, its all documented here: https://github.com/jeremyjh/ESP32_TFT_library#installing-as-library
Hi,
Can you help me how to integrate it as a component into an ESP-IDF project? I cloned the lib into the
components
folder but unable to compile the demo app, complaining about missing tft files... If I only merge the components folder into my project I can use it... But that way I need to manually merge the contents of theKconfig.projbuild
too. Not sure which way is the correct one. ThanksThe text was updated successfully, but these errors were encountered: