fail to compile

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Maverick
Posts: 69
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:58 am
Has thanked: 27 times
Been thanked: 8 times

fail to compile

Post by Maverick »

Hi
Please advise why the attached does not compile, message file also attached
Attachments
batt_sim_1.fcfx
(16.38 KiB) Downloaded 39 times
batt_sim_1.msg.txt
(1.76 KiB) Downloaded 41 times

Maverick
Posts: 69
Joined: Wed Dec 02, 2020 10:58 am
Has thanked: 27 times
Been thanked: 8 times

Re: fail to compile

Post by Maverick »

I have redone the fcfx in v9 which does compile fine
Attachments
bsim1.fcfx
(12.96 KiB) Downloaded 40 times

BenR
Matrix Staff
Posts: 1775
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 454 times
Been thanked: 612 times

Re: fail to compile

Post 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.

Maverick
Posts: 69
Joined: Wed Dec 02, 2020 10:58 am
Has thanked: 27 times
Been thanked: 8 times

Re: fail to compile

Post by Maverick »

Thanks for that, it seems to work

Post Reply