Other Parts Discussed in Thread: MSP430G2232
Hello everyone,
I am currently working on my final year project and i encountered some problems with my software when using TI CCS. Right now, i am trying to print out a value from a variable and display it out into my LCD screen. I am currently using MSP430g2232 and the code for my LCD is from - https://sites.google.com/site/cacheattack/msp-projects/msp430-launchpad-with-lcd-module#TOC-MSP430-Pin-Interface-to-LCD . The code from the website is fine as i can print out the words and seen on my LCD screen. However, i am clueless as to how to print out values from a variable into my LCD screen. For example, if i declare an int i = 8 , i am not sure what function to use to print it out on the screen. I have researched on the internet and they say to use Sprintf/Snprintf. I have tried a few codes from the internet using Sprintf/Snprintf but there are always 4 errors showing out as seen below. I am quite new to programming and all help are appreciated (:

Thank you,
Captain Spock