EBM001 does mot compile

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
DAVIDJOINER
Posts: 140
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

EBM001 does mot compile

Post by DAVIDJOINER »

Hi

Tried GLCD EBM001 in FC 9

Does now not compile correctly

I guess this may be related to the changes in FC 9 re handling of fonts

Have enclosed compile report for ref

Trust will be simple issue to fix

Regards
David
Attachments
DSPIC DSP REV 04.msg.txt
(4.78 KiB) Downloaded 539 times

stefan.erni
Valued Contributor
Posts: 1014
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 193 times
Been thanked: 217 times

Re: EBM001 does mot compile

Post by stefan.erni »

Hi David


Can you post your program? So I can have look.


regards

Stefan

DAVIDJOINER
Posts: 140
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: EBM001 does mot compile

Post by DAVIDJOINER »

Hi

Enclosed file

David
Attachments
DSPIC DSP REV 04.fcfx
(37.62 KiB) Downloaded 526 times

BenR
Matrix Staff
Posts: 1936
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: EBM001 does mot compile

Post by BenR »

Hi David,

Many thanks for letting us know. Should hopefully be fixed for you now via a component update.

Use the Help -> Check for updates menu to get the latest version.

DAVIDJOINER
Posts: 140
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: EBM001 does mot compile

Post by DAVIDJOINER »

Hi

Now compiles but still appear to have problem

I have connected a digital scope to the outputs and an EB001 as dsplay is not showing any text


The scope indicates that the chipselect (CS) is not changing

Can you check again (Note i have the EBM001 pluged into a eb084 board)

Note also not actually using the rest or LED OUTPUTS in this test application

Note in the program also using EB086 and that works fine on SPI and its CS does change


Have included the program etc

David
Attachments
EB00861B.msg.txt
(3.45 KiB) Downloaded 481 times
EB00861B.fcfx
(11.28 KiB) Downloaded 537 times

BenR
Matrix Staff
Posts: 1936
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: EBM001 does mot compile

Post by BenR »

Hi David,

For your print function you are setting the font parameter to 2, this should be 0 as you only have one font defined for the display. If you want to scale up the font as done in previous versions then use the SetFontScaler function to set the print size.

The CS pin I beleive is pulled low and kept there to speed up the display output.

Connecting up as per your connections it seems to be working ok for me.
EBM001.jpg
EBM001.jpg (63.18 KiB) Viewed 6297 times
Have you got the latest component updates by clicking Help -> Check for updates?

Note if you are wiring up like me then you need to wire into the Left hand side of the DIL header.

DAVIDJOINER
Posts: 140
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: EBM001 does mot compile

Post by DAVIDJOINER »

Hi

Thanks for quick reply now working fine

David

Post Reply