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

Kconfig settings for TTGO T-Display faulty #50

Closed
AntonPill opened this issue Mar 24, 2021 · 4 comments
Closed

Kconfig settings for TTGO T-Display faulty #50

AntonPill opened this issue Mar 24, 2021 · 4 comments
Assignees

Comments

@AntonPill
Copy link

AntonPill commented Mar 24, 2021

I discovered a problem when configuring a TTGO T-Display with menuconfig. when selecting the predefined Display setting.
First: the Items LV_TFT_DISPLAY_X_OFFSET and LV_TFT_DISPLAY_Y_OFFSET are not set correctly because of different item names DISPLAY_ORIENTATION_PORTRAIT vs. LV_DISPLAY_ORIENTATION_PORTRAIT and so on in config LV_DISPLAY_ORIENTATION. After adding the "LV_" to the items in config LV_DISPLAY_ORIENTATION it works.

Second LV_TFT_DISPLAY_SPI_VSPI is not selected automatically because of the disabled prompt "TFT SPI Bus.". I made it visible by deleting the condition "!LV_PREDEFINED_DISPLAY_TTGO &&". This is only a workaround as i'm not confident with Kconfig i have no suggestion for a fix.

@Onion2222
Copy link

Same problem

@C47D
Copy link
Collaborator

C47D commented Jun 8, 2021

Hi, I will try to fix this in the coming days, thanks for your patience.

@C47D C47D self-assigned this Jun 8, 2021
@jsmestad
Copy link
Contributor

@C47D have you had a chance to look at this?

@C47D
Copy link
Collaborator

C47D commented Jun 27, 2021

Just merged your PR @jsmestad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants