LilyGo-EPD47 icon indicating copy to clipboard operation
LilyGo-EPD47 copied to clipboard

[Question] Partial Update

Open Kolesar opened this issue 1 year ago • 1 comments

Does anyone know how to make a simple counter (up to 10, for example) with the partial update?

Of course, it is not necessary to have a counter, but from my point of view, it is the best example.

Kolesar avatar Sep 06 '22 09:09 Kolesar

I've been trying to do this. And have not got it to work.
You cannot use any of the drawing tools, rectangle, circle, text etc as they are hardcoded to the EPD_WIDTH and 'EPD_HEIGHT' parameters.

You can write a smaller framebuffer using the send_image function... but you cannot write text or draw to it so it is fairly useless unless you have remade an image. you cannot send a section of a framebuffer either... ie just the region you are interested in.

This was my issue #80 ...

sticilface avatar Sep 06 '22 13:09 sticilface