InfiniteYuan / esp32-lvgl-gui

use LittlevGL on esp32,with some lcd、touch device drivers
MIT License
79 stars 19 forks source link

Try to compile the example #3

Closed spectrenoir06 closed 5 years ago

spectrenoir06 commented 6 years ago

Hello I try t build the demo of lvgl but i have this error

CXX build/gdrivers/gdisp/ILI9341/ILI9341_adapter.o In file included from /home/spectre/dev/git/esp32-lvgl gui/components/gdrivers/include/lvgl_disp_config.h:5:0, from /home/spectre/dev/git/esp32-lvgl-gui/components/gdrivers/gdisp/ILI9341/ILI9341_adapter.cpp:211: /home/spectre/dev/git/esp32-lvgl-gui/components/lvgl_gui/include/iot_lvgl.h:14:18: fatal error: lvgl.h: No such file or directory compilation terminated.

InfiniteYuan commented 6 years ago

Oh, you should use git submodule update --init --recursive to fetch lvgl reposity