Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNIOS 2 alt_up_charactor_lcd to display variables C program
hey guys i need help with this i know how write to the LCD display, i just don know how to get my variables to display if you check my code you will see what i mean. # include "altera_up_aval...
Altera_Forum
Honored Contributor
13 years agoYou can use a function such as sprintf() to convert your value to a character string, and then write this string to the LCD using alt_up_character_lcd_string().