Page 1 of 1
fail to compile
Posted: Thu Mar 23, 2023 10:16 am
by Maverick
Hi
Please advise why the attached does not compile, message file also attached
Re: fail to compile
Posted: Thu Mar 23, 2023 10:42 am
by Maverick
I have redone the fcfx in v9 which does compile fine
Re: fail to compile
Posted: Thu Mar 23, 2023 12:09 pm
by BenR
Hello,
It's down to your font selection. The v10 project contains two fonts, a 24 pixel one and a 32 pixel numeric one which are both require fairly large amounts of ROM. The v9 project you created only has a single font which is the default 8 pixels high font which is much more concervative.
As your device is fairly limited in ROM memory then you can use a low pixel font and the gLCD SetFontScaler component macro to scale up the font on the display if you need bigger text sizes.
Hope this helps to explain things.
Re: fail to compile
Posted: Thu Mar 23, 2023 5:13 pm
by Maverick
Thanks for that, it seems to work