Page 1 of 1
New(edit) Component
Posted: Thu Sep 18, 2014 6:32 pm
by vlad1451
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).
Re: New(edit) Component
Posted: Sat Sep 20, 2014 5:43 am
by vlad1451
Prompt where SDK can download for Flowcode 5?
Re: New(edit) Component
Posted: Sat Sep 20, 2014 10:57 am
by kersing
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.
Re: New(edit) Component
Posted: Sun Sep 21, 2014 6:56 am
by vlad1451
If to edit the OCX file it is impossible, who can will prompt as to force the gLCD component to display characters of cyrillic (128-255).
Re: New(edit) Component
Posted: Mon Sep 22, 2014 4:08 pm
by Benj
Hello,
this topic might help as it deals with customised fonts in v5.
http://www.matrixtsl.com/mmforums/viewt ... 818#p26937
Re: New(edit) Component
Posted: Mon Sep 22, 2014 4:21 pm
by vlad1451
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
Posted: Mon Sep 22, 2014 4:34 pm
by vlad1451
Here the simple example, brings to the display a line "Привет Мир!". But when I check in iron, I receive "?????? ????".
Re: New(edit) Component
Posted: Thu Oct 02, 2014 4:22 pm
by vlad1451
Probably nobody dealt with cyrillic?
Re: New(edit) Component
Posted: Tue Oct 07, 2014 2:01 am
by vlad1451
It is very sad that at v.5 such problems with cyrillic. Not really that wants to be transferred because of any trifles on v.6.
Re: New(edit) Component
Posted: Fri Oct 10, 2014 12:31 pm
by vlad1451
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
Posted: Fri Oct 10, 2014 5:43 pm
by dazz
hi
the macros you dont use are removed during compiling
Regards
Dazz
Re: New(edit) Component
Posted: Sat Oct 11, 2014 2:19 am
by vlad1451
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?
Re: New(edit) Component
Posted: Mon Apr 13, 2015 7:11 pm
by vlad1451
Really not who doesn't know as to expand ASCII range with 127 to 255 symbols, and if I want to use a font other than English?