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

SPI display speed increase #9

Open
JuMalIO opened this issue Feb 26, 2020 · 1 comment
Open

SPI display speed increase #9

JuMalIO opened this issue Feb 26, 2020 · 1 comment

Comments

@JuMalIO
Copy link

JuMalIO commented Feb 26, 2020

Is there a way to increase speed of filling a screen one color even more?
Is it possible to reduce color depth or something like that?
Or to have "update" function like in SSD1306?
Or there is no way around this and I need to get nextion display?

@hugobpontes
Copy link

Hi, I didn't try this and I'm not the developer, but you can maybe try to use DMA instead of polling when sending the data, and thus speed up the process, since you can fill buffers while data is being transmitted

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