Hello @SirMichael
there is a mechanism trying to deal with this issue. Please see here.
That said, it did not work for me. What works is to set the relevant parameters every time before printing to the screen like below:
M5.Lcd.setCursor(0, 10); M5.Lcd.setTextFont(2); M5.Lcd.setTextColor(TFT_YELLOW); M5.Lcd.print("hallo 2");Thanks
Felix
P.S.: M5Core2 library is deprecated and I haven't seen the person who wrote the library in the forums in a long time.