-
I am using U8x8 lib on a 64x128 display. The text comes out potrait (so 8 characters per line, 16 lines). |
Beta Was this translation helpful? Give feedback.
Answered by
olikraus
Sep 24, 2023
Replies: 1 comment 4 replies
-
I actually have an idea for a workaround. I will try this on the weekend. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have created a demo on how to rotate strings by 90 in u8x8:
u8g2/sys/arduino/u8x8/Rotate90/Rotate90.ino
Lines 314 to 349 in f50cb99