1

I am using Arduino MKR1500 with adafruit 1.3 inch display(https://www.adafruit.com/product/4313) and I want to rotate the font on the screen by 90 degree. I tried setRotation() and added an angle in the brackets. but that did not help.

Can someone please let me know what command do I need to use to do that?

Dave
  • 69
  • 7
  • 1
    setRotation usually takes a number 0-3 for 90 degree steps – Majenko Aug 11 '21 at 18:07
  • Hi Majenko, I tried setting it up to 0,1,2 in void setup() none of them changed the display setting . Is there something I could be missing? – Dave Aug 11 '21 at 19:36
  • 1
    Sorry, I figured it out. I was supposed to configure that in void tftPrintTest(). – Dave Aug 11 '21 at 19:48

0 Answers0