Find the bug:
"for(int i=0; i>=100; i++) {"
in ... https://github.com/m5stack/M5Stack/blob/master/examples/Basics/FactoryTest/FactoryTest.ino

Save
Saving
Pat
@Pat
0
Reputation
3
Posts
433
Profile views
0
Followers
0
Following
Posts made by Pat
-
for(int i=0; i>=100; i++) {
-
Special characters like german umlaut äöü
How do i print these characters to LCD? I own the M5stack Grey.
With other Arduino LCD's i did "\xEF" to print 'ö'. But with M5 LCD it did not work.
Is there a document showing wich characters are supported in the LCD font?
Patrick