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?

3
  • 1
    setRotation usually takes a number 0-3 for 90 degree steps Commented Aug 11, 2021 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? Commented Aug 11, 2021 at 19:36
  • 1
    Sorry, I figured it out. I was supposed to configure that in void tftPrintTest(). Commented Aug 11, 2021 at 19:48

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.