ESP-IDF Porting example to PIO with IDF framework

Hi, I am trying to get the SPI LCD example from ESP-IDF running on PlatformIO. There, they add in idf_component.yml they add this:

dependencies:
  idf: ">=4.4"
  lvgl/lvgl: "~8.3.0"
  esp_lcd_ili9341: "^1.0"
  esp_lcd_gc9a01: "^1.0"
  esp_lcd_touch_stmpe610: "^1.0"

I am getting problems adding these dependencies to PlatformIO. When I try to copy this file in to my src folder and then try to include any of these, I get an error. Need some help with this.

1 Like