Graphical User Interface

Hi All.

I am looking for a user interface to use with Arduino Due. I would like a GUI to have buttons etc and real time graphs. Is there any free software available that I could use??

Thanks,

Mark.

If you are talking about something on the PC that the Due communicates with - then there are a ton of options, but one of the quickest and best for the Arduino might be Processing:

If you are talking about something to put on the Due, and have it draw your GUI on an LCD or other display - then check the following recently posted thread:

http://forum.arduino.cc/index.php?topic=286162

While it isn't the first GUI library for the Arduino, it does seem somewhat unique in that it is display agnostic - where you supply a simple pixel drawing function (via a passed in pointer) to the initialization process, and it uses that function for the output.

Have a look at Qt ?

Thanks for the recommendations guys. I will have a look.