Hi I have done the analog to digital conversion in lpc2138.the thing is i need to display the digital data in lcd . the adc data will be in hex format (0x1FD) and that will be stored in the data register on adc . in order to display that using character lcd the HEX data has to be converted in to ASCII . i dont know how to do that. coding is done in c using keil tool.
Thanks in advance