Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
The standard font is very small. If i use "M5.Lcd.setFreeFont(FSS9)" within the code, how do I get back to the small standard font? I need smaller then 9pt.
Hello @Stoni99
try with M5.Lcd.setTextFont(1);
M5.Lcd.setTextFont(1);
Note: not tested myself.
Thanks Felix
Yes, it works! Thanks!