K8055 demo GUI linux

I have implemented a GUI demo for the K8055 using wxWidgets and the libk8055 under linux.
I hope it can help.
It is available at vellemank8055.googlepages.com/

Please try it and give me any comments.

Very interesting but I was unable to use it on Ubuntu Hardy Heron as wxWidgets not available…
Do you know any workaround or did you have a compiled version?

in a console window:

sudo apt-get install libwxgtk2.6-0 libwxgtk2.6-dev

I just have problems getting the program linked to the k8055 library, it is not putting the header file and library file in the default search directories of g++ in Ubuntu. I think it’s just a minor issue.