Search found 2 matches

by JordanDarabos
Tue Oct 26, 2021 8:49 pm
Forum: ESP32 boards
Topic: Waveshare e-paper display how to rotate?
Replies: 20
Views: 25475

Re: Waveshare e-paper display how to rotate?

Why not try the approach of @JumpZero which has been proven to work? It has the advantage of not requiring explicit rotation. You create a dummy display with a portrait format (w < h) and render text to it. Then simply copy the buffer to the landscape format display. Hey Pythoncoder, Thank you for ...
by JordanDarabos
Tue Oct 26, 2021 5:39 am
Forum: ESP32 boards
Topic: Waveshare e-paper display how to rotate?
Replies: 20
Views: 25475

Re: Waveshare e-paper display how to rotate?

Hello there, So I've been trying for a couple days to rotate this Waveshare 2.9" E-Paper Module(B/W) and have had no success. I can display text and shapes in portrait mode with no issues. I even made a custom font library using @pythoncoder examples. However, I'm having the hardest time rotating th...