I am using an 8051 to run a program to do 4 calculations and then display them. The program is in C and the LCD is a 20x4 GDM2004D. My questions is, if I say a number is to be stored as a word (example: speed = n*x) how do I display that number instead of the word speed. In the main program I have defined that speed is an unsigned int and the calculations are done in subroutines. I think I have a good understanding how to do the program for the LCD just not how to display the number values of the words.