Write Text to the Display 90° rotated ?



  • Hi,
    is there any way to print rotated text to the screen?
    Like here:
    http://www.miniarduino.com/wp-content/uploads/2017/02/22-tft-lcd-spi-176x220-arduino-counter-1024x768.jpg

    regards
    Dominik



  • Not with the Adafruit-GFX library that is the display driver in the M5Stack library. You can rotate the display, but only the whole display, not show text in multiple orientations at the same time.

    It would be a cool modification though...