GLCD(Font Parameter error) (SOLVED)

For general Flowcode discussion that does not belong in the other sections.
Post Reply
niedian
Posts: 106
http://meble-kuchenne.info.pl
Joined: Thu Jan 07, 2021 11:28 am
Has thanked: 3 times
Been thanked: 4 times

GLCD(Font Parameter error) (SOLVED)

Post by niedian »

GLCD Macro Font Parameter error.FontSet it to ranges from 1 to 311-31.But the font size does not change in the simulation. This is so wrong for all GLCD macros.Please help me. Thank you
GLCD(Font Parameter error).fcfx
(11.39 KiB) Downloaded 178 times

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: GLCD(Font Parameter error)

Post by BenR »

Hello,

You only have one font defined for your display (in the display component properties) and so the font parameter for the Print macro should be 0. If you want to be able to scale the font from it's default size then use the SetFontScaler component macro.

niedian
Posts: 106
Joined: Thu Jan 07, 2021 11:28 am
Has thanked: 3 times
Been thanked: 4 times

Re: GLCD(Font Parameter error)

Post by niedian »

thank you.

Post Reply