Display with new command for Arduino or similar micro.
-
- Posts: 116
- http://meble-kuchenne.info.pl
- Joined: Tue Dec 08, 2020 4:36 am
- Has thanked: 2 times
- Been thanked: 2 times
Display with new command for Arduino or similar micro.
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 ....
-
- Matrix Staff
- Posts: 1914
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 497 times
- Been thanked: 675 times
Re: Display with new command for Arduino or similar micro.
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
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
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: 116
- Joined: Tue Dec 08, 2020 4:36 am
- Has thanked: 2 times
- Been thanked: 2 times
Re: Display with new command for Arduino or similar micro.
This is true, i saw but how do i use characters of different sizes on the same display? Thanks Alessandro.
-
- Posts: 116
- Joined: Tue Dec 08, 2020 4:36 am
- Has thanked: 2 times
- Been thanked: 2 times
Re: Display with new command for Arduino or similar micro.
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.
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.
-
- Valued Contributor
- Posts: 186
- Joined: Wed Dec 02, 2020 7:28 pm
- Has thanked: 75 times
- Been thanked: 64 times
Re: Display with new command for Arduino or similar micro.
Perhaps read messages by other forum users and the responses? It looks like this message might contain the solution or a way forward.