Hi Everybody
I have ported uCLinux on an embedded board and want to provide it a GUI layer.
Actually my board is consist of an ARM processor and other peripherals and a touch screen display.
Actually this is a small embedded board which I have made .
I want to display various gui widgets like buttons , scrollbars etc . I want to use QT for this purpose.
But I don't know how to proceed , how I can make the QT GUI layer to interact with kernel
So , can you tell me how can I make it to talk to the uClinux kernel, I mean how can I interface it to the kernel.
Thank you