Forum Discussion
Altera_Forum
Honored Contributor
14 years agoGraphical interface using NIOSII
Hi, i want to implement a software to control some buttons and leds via Graphical interface. Can some one tell how to do this with NIOS. thank you.
Altera_Forum
Honored Contributor
14 years agoHello
NIOS II is a softcore (cpu, 32 Bit). If you want to add a display with touch interface you need additional ip cores and software drivers which support your display and touch. You could also do an Software application which runs on your desktop and then communicates with your FPGA application. I would implement a telnet server or a tcp/ip server. brunjak