Forum Discussion
Altera_Forum
Honored Contributor
14 years agoLCD Controller
Hey,everyone. I'm student.I want to control LCD on board DE2 by C language on NIOSII softwave, but I don't know procedure this.I need to help.Please help me.thank!! English skill of me not good,...
Altera_Forum
Honored Contributor
14 years ago#include <stdio.h>
# include "system.h" FILE *lcd; main() { lcd = fopen(LCD_NAME, "w"); fprintf(lcd,"hello world!\n"); while(1); exit(0); } for LCD_NAME see system.h