m5stack / M5StickC

M5StickC Arduino Library
MIT License
477 stars 222 forks source link

Rotate text in screen #62

Closed beckmx closed 4 years ago

beckmx commented 4 years ago

Hello I was wondering hot to rotate the text, I tried this code but didn't work:

// text print
  M5.Lcd.fillScreen(BLACK);
  M5.Lcd.setTextDatum(MR_DATUM);
  M5.Lcd.setCursor(0, 10);
  M5.Lcd.setTextColor(WHITE);
  M5.Lcd.setTextSize(4);
  M5.Lcd.printf("hello world");
Fred-DTV commented 3 years ago

Hey beckmx, How did you solve this?