We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I've come across this: https://github.com/mr-sven/esp32-8048S050C/blob/lvgl-test/components/sunton_esp32s3_lvgl/lcd.c if you compare lines 114 onwards to your implementation here: https://github.com/rzeldent/esp32-smartdisplay/blob/main/src/lvgl_panel_st7262_par.c I think it's a double-buffering implementation , and possibly some other stuff he does differently. Don't know if you're aware of this repo, I thought you may as well take a look 😄
also see this: lvgl/lvgl#6545
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I've come across this:
https://github.com/mr-sven/esp32-8048S050C/blob/lvgl-test/components/sunton_esp32s3_lvgl/lcd.c
if you compare lines 114 onwards to your implementation here:
https://github.com/rzeldent/esp32-smartdisplay/blob/main/src/lvgl_panel_st7262_par.c
I think it's a double-buffering implementation , and possibly some other stuff he does differently.
Don't know if you're aware of this repo, I thought you may as well take a look 😄
also see this:
lvgl/lvgl#6545
The text was updated successfully, but these errors were encountered: