It's possible to implement a touchscreen???

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

Moderator: Benj

Post Reply
407charles
Posts: 122
Joined: Thu Jun 26, 2014 12:01 pm
Has thanked: 41 times
Been thanked: 19 times
Contact:

It's possible to implement a touchscreen???

Post by 407charles »

I would like to know if it's possible to use a touchscreen. Thanks for your help.

User avatar
acestu
Posts: 1720
Joined: Thu Dec 01, 2011 9:36 pm
Location: Macclesfield UK
Has thanked: 783 times
Been thanked: 223 times
Contact:

Re: It's possible to implement a touchscreen???

Post by acestu »

Hi Charles,

Did you know that 4d systems do a number of touch screen modules that communicate via serial protocol.

http://www.4dsystems.com.au/

cheers
Stuart
Laptop Mac Book Pro i7 retina El Capitan //// Tower/Intel i7-Windows 7 64 Bit, Toshiba i5 Laptop Windows 10
Computers are like air conditioners. They work fine until you start opening windows.

407charles
Posts: 122
Joined: Thu Jun 26, 2014 12:01 pm
Has thanked: 41 times
Been thanked: 19 times
Contact:

Re: It's possible to implement a touchscreen???

Post by 407charles »

Thanks a lot for your reply. I'm wondering how hard will be to use one of this with flowcode, have you tried one already? I have seen a 4.3" Diablo display with touchscreen and serial posts but I don't have and idea if I could interface it with hardware using flowcode. Any ideas?? I read today about the gLCD_EB076_4D1 by Benj. I did check the macros and it already has the routines made for a touchscreen. I also read that he has the new component but not sure if is already update it in the latest software update or if is needed to be uploaded to the flowcode components folder. I would like to get more information regarding this component. Best regards.

User avatar
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: It's possible to implement a touchscreen???

Post by Benj »

Hello,

The 4D displays are quite good in that you can control them in a number of ways.

1) Using the serial interface and drawing lines, rectangles, text etc like you would normally on a graphical display via Flowcode.

2) Using the VISI interface. Here you create a GUI in the 4D software, copy the assets to an SD card which is plugged into the 4D display and then control the interface using the Flowcode VISI component. Search the forums for VISI and you should find some examples.

We currently support these 4D display models via option 1 but everything should work via option 2.

uLCD-32PT
uLCD-32PTU
4D Goldelox style displays

I don't think we support the Diablo range at the moment but they shouldn't be hard to add.

407charles
Posts: 122
Joined: Thu Jun 26, 2014 12:01 pm
Has thanked: 41 times
Been thanked: 19 times
Contact:

Re: It's possible to implement a touchscreen???

Post by 407charles »

The three displays support by Flowcode are the three mention above, but the other displays such as diablo can be interface using the component VISI, right? How difficult it is to use it with just VISI? Now talking about the other three displays (supported by Flowcode), I have seen that there are macros for the touch functions, are these tools for programming the display or still needed to use the 4D software to program the display? Thanks a lot for your reply, I appreciated.

User avatar
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: It's possible to implement a touchscreen???

Post by Benj »

How difficult it is to use it with just VISI?
This is pretty straightforward, I was suprised just how easy it was to get working. Look for a post by John Crow on VISI as he wrote an article on it.

I managed to dig it out.
http://www.matrixtsl.com/mmforums/viewt ... 26&t=15212
Now talking about the other three displays (supported by Flowcode), I have seen that there are macros for the touch functions, are these tools for programming the display or still needed to use the 4D software to program the display?
The 4D gLCD components will simply work to drive the displays, you don't need the 4D systems software at all.

407charles
Posts: 122
Joined: Thu Jun 26, 2014 12:01 pm
Has thanked: 41 times
Been thanked: 19 times
Contact:

Re: It's possible to implement a touchscreen???

Post by 407charles »

I'm definitely trying this hardware, I did not pay attention to this component before. I have to give it a try! thanks a lot for the advice.

Post Reply