vroland / epdiy

EPDiy is a driver board for affordable e-Paper (or E-ink) displays.
https://vroland.github.io/epdiy-hardware/
GNU Lesser General Public License v3.0
1.25k stars 178 forks source link

Will epd_push_pixels_lcd in s3 support partial area? #320

Open lanistor opened 3 weeks ago

lanistor commented 3 weeks ago

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 commented 1 week ago

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

lanistor commented 1 week ago

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?