Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

Creating GUI

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

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hello

    Thanks for your reply.

    The main problem is with my board. I am using DE1 board.

    Please suggest how to change my SOPC so that i can display my GUI on the monitor.

    Whatever the link u have send is for Stratix board.