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

Revert "treewide: disable text LVGL text scrolling" #253

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

stintel
Copy link
Collaborator

@stintel stintel commented Sep 3, 2023

We previously disabled LVGL text scrolling to test if this would fix the display locking up, but we kept experiencing the lockups. We believe commit c8561a1 ("sdkconfig: enable LCD_RGB_ISR_IRAM_SAFE") finally fixed the problem.

We do not want to risk this causing problems in the 0.1.0 release again, but now that we've branched release/v0.1, let's enable text scrolling again in main.

This reverts commit 5b46dbd.

@skorokithakis
Copy link

Scrolling is great, but I've connected ChatGPT to my Willow, so sometimes the responses are fairly long. Would it be possible to have the text scroll upwards if the response is above a certain length, to enable that use case?

@stintel
Copy link
Collaborator Author

stintel commented Sep 5, 2023

I would first like to test the impact of re-enabling our original scrolling before we introduce more complex scrolling. If we get display lockups again with this, we will probably give up on scrolling entirely, as we're an audio device first and stability is infinitely more important than the display UI.

We previously disabled LVGL text scrolling to test if this would fix the
display locking up, but we kept experiencing the lockups. We believe
commit c8561a1 ("sdkconfig: enable LCD_RGB_ISR_IRAM_SAFE") finally
fixed the problem.

We do not want to risk this causing problems in the 0.1.0 release again,
but now that we've branched release/v0.1, let's enable text scrolling
again in main.

This reverts commit 5b46dbd.
@kristiankielhofner kristiankielhofner merged commit 5c5dad6 into main Sep 5, 2023
13 checks passed
@kristiankielhofner kristiankielhofner deleted the feature/lvgl_text_scrolling branch September 5, 2023 16:16
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

Successfully merging this pull request may close these issues.

3 participants