Capturing and displaying Images

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

Moderators: Benj, Mods

Post Reply
Ondra
Posts: 325
Joined: Wed Aug 29, 2007 7:33 pm
Been thanked: 2 times

Capturing and displaying Images

Post by Ondra »

Good day all. I have a project where I am capturing data sending then sending the captured data to a 2 X 16 LCD display.
I would like to know if anyone knows what would it take if at all possible to capture an Image and display it using a gLCD unit?

Ondra

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: Capturing and displaying Images

Post by Benj »

Hello Ondra

Yes this is possible but it depends on how you are capturing the data. We have had a customer in the past who has written VB code to take in an image and then spit the image out over RS232 as bytes which are then forwarded by the microcontroller onto the graphical display.

Post Reply