Hi, sorry for my previous message that had no body. However this is my problem.
I’m following your interesting course on LVGL and CYD and everything went fine till when I tried torun the codes with BME280. In both the examples ( only temp or temp and humi) I got the same error message
xtensa-esp32-elf-g++: error: c:\Users\Utente\Documents\Arduino\libraries\TFT_eSPI\int myNumbers[] = ;.c: No such file or directory
xtensa-esp32-elf-g++: warning: ‘-x c++’ after last input file has no effect
xtensa-esp32-elf-g++: fatal error: no input files
compilation terminated.
exit status 1
Compilation error: exit status 1
Coud you please where is my mistake. Thanks
Bruno
Hi.
That’s weird.
Did you install the required BME2820 libraries?
It seems an issue with the TFT libraries. Double-check that they are all properly installed.
Note that if you updated the libraries, you’ll need to follow our installation procedure again by placing the User_setup file on the right place as well as configuring the LVGL library again.
Regards,
Sara
Hi Sara,
thanks for your quick answer. I solved the problem when I found that in the TFT_ESPI folder there was a c file that I probably by mistake had put inside this folder while I was trying to learn C language. ( I’m an old newbie). Now it seems that everything works fine. However I must confess that trying to use LVGL is quite complex and difficult.
Have a nice day
Bruno