Rotated Text on OLED display

Hi,

I know you can flip/rotate the whole image/orientation of the screen, but I’m doing a landscape trend plot on the OLED and would like to print text going -90’ orientation to the rest of the text. It seems I should be able to easily use the drawString operation with some “rotation” option since it can draw that same text if the entire screen is rotated? I may have to just dive into the actual drawString function and try to add something that allows it to draw the text with a rotation arg. Hoping someone has some hints how to do this so I don’t need to. :slight_smile:

1 Like

The OLED library does not support rotation config now. I will update the OLED library later.

1 Like

Aaron, is it later yet? I too would like to use the 90 degree rotated display.

-Joe

I don’t mean to sound impatient, but any update on when “later” will be?