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

[develop] ST7789 software reset doesn't work #167

Open
C47D opened this issue Jan 11, 2022 · 2 comments
Open

[develop] ST7789 software reset doesn't work #167

C47D opened this issue Jan 11, 2022 · 2 comments
Assignees

Comments

@C47D
Copy link
Collaborator

C47D commented Jan 11, 2022

Software reset doesn't seem to work when using the develop branch. To reproduce it you should enable software reset in the menuconfig and disable using hardware reset in the pin configuration menu,

@C47D C47D self-assigned this Jan 11, 2022
@C47D
Copy link
Collaborator Author

C47D commented Jan 11, 2022

Seems like that particular display driver doesn't work well with software resets Bodmer/TFT_eSPI#322 (comment)

@slavendam
Copy link

According to datasheet SWRST only resets registers where some settings are, but Frame memory with previous picture will remain. I've added "fillScreen(0x0000)" in init() function just before SWRST call to clear screen also during reset.
This helps to not show previous picture after SWRST is done.

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

2 participants