esp32 idf LCD example "esp_lcd_panel_rgb.h" error
Posted: Sun Oct 06, 2024 10:49 am
Hi to all, I just start to use esp-idf IDE and tried to build the example code for the LCD and this error came out:
why?
There is not such file in the folder and I run the idf.py menuconfig to check if selecting some data this file will be generated..but no luck. I found another thread about this issue in this forum but theres no answer either. Do I need to download this file?
Regards
Gastón
Code: Select all
fatal error: esp_lcd_panel_rgb.h: No such file or directory
14 | #include "esp_lcd_panel_rgb.h"
| ^~~~~~~~~~~~~~~~~~~~~
There is not such file in the folder and I run the idf.py menuconfig to check if selecting some data this file will be generated..but no luck. I found another thread about this issue in this forum but theres no answer either. Do I need to download this file?
Regards
Gastón