--- Quote Start ---
hello,
I am using altera DE1 board.I am trying to create a simple GUI and display it on the monitor.
I am trying to create a GUI in NIOS using c language.
How should i build the SOPC in order to display my GUI on the VGA monitor.
please can anyone suggest me how to create a simple gui in c with an example.
thanks in advance
--- Quote End ---
Hi,
If you want to display just GUI on the VGA monitor, you will need a frame buffer allocated for VGA frame in memory. Use Nios to write your GUI in that allocated buffer memory.
You will need SGDMA to transfer the frame from memory to the VGA controller. Run this SGDMA in continuous transfer mode.
hope this would help.