espressif / esp-bsp

Board support components for Espressif development boards
Other
170 stars 92 forks source link

What hardware board does the `esp_lvgl_port/examples/rgb_lcd` example proj. running on? (BSP-521) #348

Open sonictl opened 1 month ago

sonictl commented 1 month ago

Related area

component

Hardware specification

ESP32_with_ILI9341_320x240_TFT_LCD

Is your feature request related to a problem?

What board does this example i.e. rgb_lcd support?

Can I run it on my ESP32_with_ILI9341_320x240_TFT_LCD home-made board?

Thank you!

Describe the solution you'd like

rgb_lcd example to support ILI 9341 LCD screen.

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

espzav commented 1 month ago

Hi @sonictl, The RGB LCD example is for screens with RGB interface. The test board is this: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_lcd_ev_board this example is not for your board. You can use touchscreen example with some modifications.

OR

Example for ILI9341 320x240 can be used from BSP with M5Stack CoreS3 board:

  1. Use this example: https://github.com/espressif/esp-bsp/tree/master/examples/display
  2. Change dependencies to: m5stack_core_s3
  3. Compile it:
    idf.py -D SDKCONFIG_DEFAULTS=sdkconfig.bsp.m5stack_core_s3 -p COMx flash monitor