Posted on November 17, 2012 at 12:09To print the result of the ADC on my LCD (16x2) I use the following actions:sprintf(Sprint,''%d'',ADC3ConvertedValue[0]);LCD_PrintData(Sprint, lenght(Sprint)); // length (Sprint) returns the size of the carrier S...