-
Notifications
You must be signed in to change notification settings - Fork 190
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
Will epd_push_pixels_lcd in s3 support partial area? #320
Comments
Ah indeed. Probably it would need pre-population of a masked line buffer for the affected lines, and then orchestrate the callbacks appropriately. |
It this need to modify the hardware circuit board? or only modify the software code? |
Only software modifications. Shouldn't be too crazy. |
Waiting for your update👍.
|
@vroland Is this problem in plan? |
@vroland Is there anything i can do to support it? May you guide me to do it? |
Makes `epd_push_pixels` respect the given area on ESP32-S3 chips. This should fix #320 .
epd_push_pixels
will always paint full screen on s3 board, for the macroRENDER_METHOD_LCD
.What should i to do for partial area clear?
The text was updated successfully, but these errors were encountered: