Graphical / Touchscreen display

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
billduck
Posts: 159
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

Graphical / Touchscreen display

Post by billduck »

I would like to become familiar with programming a Graphical / Touchscreen display for use with the UNO or Mega.
So I am look for recommendations for the hardware, and some sample code (FC8) to get started.
what I can find is here but sorting thru it is a challenge.
https://www.matrixtsl.com/wiki/index.ph ... Graphical)

Thanks in advance.
Last edited by billduck on Sun Oct 25, 2020 8:05 pm, edited 1 time in total.

mnf
Valued Contributor
Valued Contributor
Posts: 1200
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 440 times
Contact:

Re: Graphical / Touchscreen display

Post by mnf »

I'm currently using a Nextion display - works very well, but cheating a bit, since the display is actually doing the heavy lifting.
Working up to the Gameduino (again the display is really doing a lot of the hard work)

See https://m.banggood.com/search/Nextion.html for example - but more there are different levels of display with the higher levels offering more functionality..

Martin

billduck
Posts: 159
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

Re: Graphical / Touchscreen display

Post by billduck »

Thanks. Looking for that display within the component list for Flowcode8. Is it listed in another name?

mnf
Valued Contributor
Valued Contributor
Posts: 1200
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 440 times
Contact:

Re: Graphical / Touchscreen display

Post by mnf »

It doesn't have a component - all the display layout is done on a PC (and programming/debugging) - The display communicates with the Arduino via UART.for example it sends a string if a button is'pressed' or the Arduino can send a string to change a gauge indicator, or some text etc.

It's pretty easy to use - I can give more examples if needed or work you through a use case.. I'm thinking of a component for it, but for many uses it probably doesn't need one.

Martin

mnf
Valued Contributor
Valued Contributor
Posts: 1200
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 440 times
Contact:

Re: Graphical / Touchscreen display

Post by mnf »

Try the programmer, simulator from https://nextion.tech/nextion-editor/ and see if out can do what you are after in a display.

Post Reply