lewisxhe / esp32-camera-screen

TTGO T-camera Plus
https://ru.aliexpress.com/item/TTGO-T-camera-Plus-ESP32-DOWDQ6-8-MB-SPRAM-OV2640-1-3/32971057846.html?fbclid=IwAR1uUoWC-UiemD8rKwg15WvpM7zhtvxUxdZhh0jnbrkFkNah6MV6Stg5Kag
65 stars 52 forks source link

Missing "iot_lcd.h" #1

Closed GermanSheepDog closed 5 years ago

GermanSheepDog commented 5 years ago

Hello, I download "esp32-camera-screen" at my ESP-IDF-enviroment and then I started "make menuconfig". All worked fine. If I compiled I got:

In file included from /Users/<username>/esp/esp32-camera-screen/components/lvgl_gui/lvgl.c:21:0:
/Users/<username>/esp/esp32-camera-screen/main/include/app_screen.h:4:21: fatal error: iot_lcd.h: No such file or directory
 #include "iot_lcd.h"
                     ^
compilation terminated.
make[1]: *** [lvgl.o] Error 1

Did "esp32-camera-screen" need some more libraries from Express? I only installed ESP-IDF.

lewisxhe commented 5 years ago

This code runs under the esp-who framework, please compile the project into esp-who/examples

GermanSheepDog commented 5 years ago

Hello lewisxhe, thanks for great help. I installed the esp-who framework and compiled the project into esp-who/examples/single_chip (one directory level lower!). The compilation worked fine.

apache303 commented 5 years ago

Hello, I put the project into esp-who/examples/single_chip try to compile and got the same error of missing "iot_lcd.h". Can you help me?