espressif2022

Results 33 comments of espressif2022

> sorry, you did it with ESP-IDF Eclipse Plugin? [ESP-IDF Eclipse Plugin](https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md)

> can you build it ok? > > I am not sure whether it has been adapted to the latest chip of S3 > > ![image](https://user-images.githubusercontent.com/83206454/201340598-f6dde2a2-0929-43ab-8985-8d23ec28de9f.png) can you build the...

Hello, do you mean the file `esp_lcd_panel_io_i2c_v1.c` and `esp_lcd_panel_io_i2c_v2.c`. This interface should not be used in the application, compatibility has been done at the io_handle layer. Can I learn more...

@ammaree , hello, sorry for my delayed reply. - I think it'll still use the old driver. ``` #define esp_lcd_new_panel_io_i2c(bus, io_config, ret_io) _Generic((bus), \ i2c_master_bus_handle_t : esp_lcd_new_panel_io_i2c_v2, \ default :...

`what is critical is to use the new (5.1.x. onwards) I2C master driver since this allows us to intercept the I2C API calls and transparently route them throughout our dedicated...

> Is this example available now? I was unable to find it. We will have a meeting with the matter team tonight to discuss how to release this example.

@espzav @kisvegabor , I have uploaded ESP32_S3_LCD_EV_BOARD's support for the latest esp_lvgl_port V9 in this [branch.](https://github.com/espressif2022/esp-bsp/tree/feature/add_RGB_support) It is still being updated. You can use the display_lvgl_demos routine to test.

> Thank you @espressif2022! > > I've tried it, but got this error: > > ``` > CMake Error at /home/kisvegabor/esp/esp-idf/tools/cmake/build.cmake:268 (message): > Failed to resolve component 'esp_lvgl_port'. > Call...

> I cloned your repo again to have a clean start and now it compiles butuses v8.3.11. > > I've changed [this line](https://github.com/espressif2022/esp-bsp/blob/feature/add_RGB_support/components/esp_lvgl_port/idf_component.yml#L7) to `version: "9"`, cleaned the project, but...

Has the `dependencies.lock` file been deleted? If the local version is v8 and the dependency here is ^9, an error should be reported. Also try deleting the `managed_components` and `build`...