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.