the example "rgb_panel":
Code: Select all
main.dir/rgb_lcd_example_main.c.obj -c /Users/kuku/Documents/PlatformIO/rgb_panel/main/rgb_lcd_example_main.c
/Users/kuku/Documents/PlatformIO/rgb_panel/main/rgb_lcd_example_main.c:14:10: fatal error: esp_lcd_panel_rgb.h: No such file or directory
14 | #include "esp_lcd_panel_rgb.h"
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Code: Select all
idf.py build
Is an include dir missing? The file is there:
Code: Select all
/Users/kuku/esp-idf/components/esp_lcd/rgb/include/esp_lcd_panel_rgb.h