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