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

Configuring for "TTGO T-Display" results in build error #317

Open
2 tasks done
trayracing opened this issue Aug 1, 2022 · 2 comments
Open
2 tasks done

Configuring for "TTGO T-Display" results in build error #317

trayracing opened this issue Aug 1, 2022 · 2 comments
Labels
stale This will not be worked on

Comments

@trayracing
Copy link

IMPORTANT
Issues that don't use this template will be ignored and closed.

Perform all steps below and tick them with [x]

  • Check the related part of the Documentation
  • Update lvgl to the latest version
  • [NA] Reproduce the issue in a Simulator

Describe the bug

Build Error when lv_port_esp32 configured to TTGO T-Display - TFT_SPI_HOST not defined.

./components/lvgl_esp32_drivers/lvgl_helpers.c: In function 'lvgl_driver_init': ../components/lvgl_esp32_drivers/lvgl_helpers.c:111:26: error: 'TFT_SPI_HOST' undeclared (first use in this function); did you mean 'VSPI_HOST'? lvgl_spi_driver_init(TFT_SPI_HOST,

To Reproduce

The Kconfig seems to be at fault: the conditional on prompt "TFT SPI Bus." in lv_port_esp32\components\lvgl_esp32_drivers\lvgl_tft\Kconfig
appears to prevent LV_TFT_DISPLAY_SPI_* from being set. At least, commenting out the conditional lets it build.

Environment: vscode-esp-idf-extension, Win10.

Expected behavior

Build without errors

Screenshots or video

@kisvegabor kisvegabor transferred this issue from lvgl/lvgl Aug 2, 2022
@kisvegabor
Copy link
Member

As this is issue is related to lv_port_esp32 I transfer it there.

@stale
Copy link

stale bot commented Apr 20, 2023

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale This will not be worked on label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants