I have a 20x2 LCD display and using PBP can write any info to the unit using the LCDOUT command. I'm making a 0-30V power supply and plan using a voltage divider to feed the on board AD converter of a 16F877 to read the 30V output. I am going to use a hall sensor as a current detector to feed the second AD and use this to read the current output. How do I get the AD's to output to the display so that the voltage and current readouts are locked into two decimal places? Such as 30.00Volts (high end) and 0.00Volts (low end) and the same for current. I want the display to show a readout two decimal places wide. Can this be done with PBP with some simple code?