Skip to content

Commit 0c7b8f8

Browse files
authored
Update Display_Unicode.ino
1 parent aa1645f commit 0c7b8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Advanced/Display_Unicode/Display_Unicode.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Pls modify <m5stack path>/src/utility/In_eSPI_Setup.h, At the end of the file add "#define USE_M5_FONT_CREATOR"
55
if want get customize unicode, try use https://github.com/m5stack/FontCreator, create font file
66
7-
if add "#define USE_M5_FONT_CREATOR" and want to use gfx font, need modify font file
7+
if add "#define USE_M5_FONT_CREATOR" and want to use standard gfx font, need modify font file
88
#ifdef USE_M5_FONT_CREATOR
99
0, 0,
1010
#endif
@@ -51,4 +51,4 @@ void loop()
5151
M5.Lcd.printf("⛣⛤⛥⛦⛧⛨⛩⛪⛫⛬⛭⛮⛯F⛰⛱⛲⛳⛴⛵⛶⛷⛸⛹⛺⛻⛼⛽⛾⛿✀✁✂✃✄✅✆✇✈✉✊✋✌✍✎✏✐✑✒✓✔✕✖✗✘✙✚✛✜✝✞✟✠✡✢✣✤✥✦✧✨✩✪✫✬✭✮✯✰✱✲✳✴✵✶✷✸✹✺✻✼✽✾✿❀❁❂❃❄❅❆❇❈❉❊❋❌❍❎❏❐❑❒❓❔❕❖❗❘❙❚❛❜❝❞❟❠❡❢❣❤❥❦❧❨❩❪❫❬❭❮❯❰❱❲❳❴❵❶❷❸❹❺❻❼❽❾❿➀➁➂➃➄➅➆➇➈➉➊➋➌➍➎➏➐➑➒➓➔➕➖➗➘➙➚➛➜➝➞➟A➠➡➢➣➤➥➦➧➨➩➪➫➬➭➮➯B➰➱➲➳➴➵➶➷➸➹➺➻➼➽➾➿");
5252
delay(3000);
5353

54-
}
54+
}

0 commit comments

Comments
 (0)