kendryte / kendryte-freertos-sdk

This project is no longer maintained Not recommended for product development.
Apache License 2.0
201 stars 68 forks source link

lvgl macro and sub directory support #36

Closed Moo2017 closed 5 years ago

Moo2017 commented 5 years ago

Hi All, I am trying to add lvgl to the lcd project but it gives me some errors (#include ../../lv_conf.h No such file or directory) , I should mention that it is ok with kendryte-standalone-sdk. Also I have issue adding sub folder and libraries into the project in general.

sunnycase commented 5 years ago

You can add a project specific cmake, see https://github.com/kendryte/kendryte-freertos-demo/blob/master/tflite_label_image/project.cmake for reference.