Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 task done
sonictl opened this issue Jul 15, 2024 · 1 comment
Labels
Area: LVGL related to LVGL and LVGL port Type: Feature Request New feature or request

Comments

@sonictl
Copy link

sonictl commented Jul 15, 2024

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

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@sonictl sonictl added the Type: Feature Request New feature or request label Jul 15, 2024
@github-actions github-actions bot changed the title What hardware board does the esp_lvgl_port/examples/rgb_lcd example proj. running on? What hardware board does the esp_lvgl_port/examples/rgb_lcd example proj. running on? (BSP-521) Jul 15, 2024
@espzav
Copy link
Collaborator

espzav commented Jul 15, 2024

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

@espzav espzav added the Area: LVGL related to LVGL and LVGL port label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: LVGL related to LVGL and LVGL port Type: Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants