micropython-waveshare-epaper icon indicating copy to clipboard operation
micropython-waveshare-epaper copied to clipboard

How to display landscape

Open Pidbid opened this issue 4 years ago • 1 comments

When I use it, I can only display it vertically. I need to display it horizontally. What should I do?Thanks

Pidbid avatar Jan 17 '21 07:01 Pidbid

Using set_rotate() works for the methods inside this module, not when using the framebuffer methods. I guess an option would be to use double buffers (one for drawing and another for sending to the screen) and translate the working buffer into the display buffer for each display redraw. Pretty much a roundabout way, but would possible work.

dietervansteenwegen avatar Feb 03 '21 10:02 dietervansteenwegen