Forum Discussion
Altera_Forum
Honored Contributor
21 years agoIt's, literally, as simple as....
FILE *lcd = fopen( "/dev/lcd_display", "w" ); fprintf( lcd, "Your message here....with formatting %s", some_string ); That being said, there are multiple examples of this in the software templates that are included with the kit. Good luck, slacker