New(edit) Component
New(edit) Component
Hello. Prompt please, whether probably creation (or editing) a component for Flowcode v5. If yes, that that for this purpose is necessary. There is a desire to edit the gLCD component under the display. If the FC5_AVR_gLCD.c file can be edited, "FC5_AVR_gLCD.ocx" already a problem (for me).
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: New(edit) Component
There is no SDK for Flowcode 5. If you want to create a new component you will need to change the Custom or Custom2 component. You will not be able to include simulation for your custom component. A better option is to switch to Flowcode 6, this version enables creation of a component including simulation. For version 6 there are examples of component creation on the Flowcode wiki.
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: New(edit) Component
Hello,
this topic might help as it deals with customised fonts in v5.
http://www.matrixtsl.com/mmforums/viewt ... 818#p26937
this topic might help as it deals with customised fonts in v5.
http://www.matrixtsl.com/mmforums/viewt ... 818#p26937
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Re: New(edit) Component
I tried to add any fonts, simply I add necessary мнешрифт to the "branching code" window in "project parameters". But the matter is that when I address to the part of a font containing cyrillic, always I receive the character "?". Such feeling that the program can't simply recognize a code of the characters entered by me.
Re: New(edit) Component
Here the simple example, brings to the display a line "Привет Мир!". But when I check in iron, I receive "?????? ????".
- Attachments
-
- Flowcode1_temp.fcf_avr
- (67.34 KiB) Downloaded 387 times
Re: New(edit) Component
I want to ask one more question. Prompt how to the gLCD component to remove unnecessary macroes? It is possible? I would like to remove those macroes which I don't use (Plot, DrawLine, DrawBox).
Re: New(edit) Component
hi
the macros you dont use are removed during compiling
Regards
Dazz
the macros you dont use are removed during compiling
Regards
Dazz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php
Re: New(edit) Component
In case of compilation it is created About the file at which all these macroes are present. If I correctly understand, compilation in HEX comes from this file C. You want to tell, what the kompilyaor deletes those macroes to which there is no address from a code?