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
EBM001 does mot compile
-
- Posts: 140
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 7:35 pm
- Been thanked: 18 times
-
- Valued Contributor
- Posts: 1012
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 193 times
- Been thanked: 217 times
-
- Posts: 140
- Joined: Wed Dec 02, 2020 7:35 pm
- Been thanked: 18 times
Re: EBM001 does mot compile
Hi
Enclosed file
David
Enclosed file
David
- Attachments
-
- DSPIC DSP REV 04.fcfx
- (37.62 KiB) Downloaded 526 times
-
- 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
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Posts: 140
- Joined: Wed Dec 02, 2020 7:35 pm
- Been thanked: 18 times
Re: EBM001 does mot compile
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
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 536 times
-
- 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
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.
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.
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Posts: 140
- Joined: Wed Dec 02, 2020 7:35 pm
- Been thanked: 18 times