Landscape not available with ILI9341 and ESP32?

Sorry for my late reply, I was a bit busy last two days.
But I’m very thankful for your post! Because in the end the only thing I forgot to do was, to put “LANDSCAPE” in the import. After I did this, everything worked fine, and the syntax I used was correct after all.

I can’t believe I missed this point, I must have had some tunnel vision looking only at the initialization code. I kept getting the AttributeError in the REPL. I would’ve thought that

rot=ili9341.LANDSCAPE

would do the same, but apparently not…

Thank you very much, I can go on now :slight_smile: