Page 1 of 1

Display with new command for Arduino or similar micro.

Posted: Wed Dec 16, 2020 4:28 pm
by solozerouno
I would like to propose for the texts and characters of the displays to be able to choose different sizes / characters, different colors .. That it is a choice for those like me who have Arduino and have memory available to use kb to have a usable display at best ....

Re: Display with new command for Arduino or similar micro.

Posted: Thu Dec 17, 2020 10:32 am
by BenR
Hello,

Flowcode v9 now uses a similar GLCD font system to Arduino. You can set the font colour by calling the SetForegroundColour component macro. The font and size is adjustable from the component properties.

This video may help.
https://www.youtube.com/watch?v=HN8EI64ADic&t=1s

Re: Display with new command for Arduino or similar micro.

Posted: Fri Dec 18, 2020 3:04 am
by solozerouno
This is true, i saw but how do i use characters of different sizes on the same display? Thanks Alessandro.

Re: Display with new command for Arduino or similar micro.

Posted: Fri Dec 18, 2020 3:15 am
by solozerouno
I need to use fonts of different sizes in my project and unfortunately in flowcode 8 it was possible but now with 9 no, before it was more comfortable .....
sure, I could compile with flc 8 but in 8 I don't have all the components that I bought with 9; how can I free myself from this bond .... ?? By the way I use Arduino ...
Thanks Alessandro.

Re: Display with new command for Arduino or similar micro.

Posted: Fri Dec 18, 2020 10:58 am
by kersing
Perhaps read messages by other forum users and the responses? It looks like this message might contain the solution or a way forward.