Page 1 of 1
GLCD(Font Parameter error) (SOLVED)
Posted: Wed Jul 19, 2023 11:02 am
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
Re: GLCD(Font Parameter error)
Posted: Wed Jul 19, 2023 4:54 pm
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.
Re: GLCD(Font Parameter error)
Posted: Thu Jul 20, 2023 1:30 am
by niedian
thank you.