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

Will epd_push_pixels_lcd in s3 support partial area? #320

Open
lanistor opened this issue Jun 8, 2024 · 4 comments
Open

Will epd_push_pixels_lcd in s3 support partial area? #320

lanistor opened this issue Jun 8, 2024 · 4 comments
Labels
v7 version 7 of the hardware S3

Comments

@lanistor
Copy link

lanistor commented Jun 8, 2024

epd_push_pixels will always paint full screen on s3 board, for the macro RENDER_METHOD_LCD.
What should i to do for partial area clear?

@vroland
Copy link
Owner

vroland commented Jun 21, 2024

Ah indeed. Probably it would need pre-population of a masked line buffer for the affected lines, and then orchestrate the callbacks appropriately.

@vroland vroland added the v7 version 7 of the hardware S3 label Jun 21, 2024
@lanistor
Copy link
Author

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?

@vroland
Copy link
Owner

vroland commented Aug 5, 2024

Only software modifications. Shouldn't be too crazy.

@lanistor
Copy link
Author

lanistor commented Aug 6, 2024

Waiting for your update👍.

Only software modifications. Shouldn't be too crazy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v7 version 7 of the hardware S3
Projects
None yet
Development

No branches or pull requests

2 participants