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

ST7789 Driver Needs to be optimized #4

Open
NaitikSanas opened this issue Dec 11, 2024 · 0 comments
Open

ST7789 Driver Needs to be optimized #4

NaitikSanas opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NaitikSanas
Copy link
Owner

Current ST7789 Driver code takes around 20.18 ms to push prepared frame buffer. which results in refresh rate locked to 49.57 FPS at 80MHz SPI Clock. Engine is capable of rendering complex scenes with lot of sprites at >100FPS so there is lot of wasted potential, Currently we are facing bottleneck in driver itself. I think we should now try to optimize driver and implement mechanism with DMA to push data as fast as possible.

@NaitikSanas NaitikSanas added the enhancement New feature or request label Dec 11, 2024
@NaitikSanas NaitikSanas self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant