Page 1 of 1
EBM001 does mot compile
Posted: Thu Feb 04, 2021 9:56 am
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
Re: EBM001 does mot compile
Posted: Thu Feb 04, 2021 10:51 am
by stefan.erni
Hi David
Can you post your program? So I can have look.
regards
Stefan
Re: EBM001 does mot compile
Posted: Thu Feb 04, 2021 12:44 pm
by DAVIDJOINER
Hi
Enclosed file
David
Re: EBM001 does mot compile
Posted: Thu Feb 04, 2021 5:09 pm
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.
Re: EBM001 does mot compile
Posted: Fri Feb 05, 2021 11:40 am
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
Re: EBM001 does mot compile
Posted: Fri Feb 05, 2021 12:21 pm
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 (63.18 KiB) Viewed 6299 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.
Re: EBM001 does mot compile
Posted: Fri Feb 05, 2021 2:12 pm
by DAVIDJOINER
Hi
Thanks for quick reply now working fine
David