These posts by TsK have received thanks:

how to convert hex to ascii decimal in c/c++
If u got a value like 9999

unit=value%10;
ten=(value%100)/10;
hundred=(value/100)%10;
thousand=value/1000;

with the results just add 0x30 that stands for Zero in the ascii table.
Thanked 1 time
Posted by TsK on

plzz guys i want ur help ... nothin is working!!!! :(
Try make a code for only the LCD, after you get used to it try again Keyboard+LCD

For the contrast pin use 33 ohms resistor between pin 1 and 3 of LCD, and use 330 ohms resistor between pin 2 and 3 of ...
Thanked 1 time
Posted by TsK on

e107 Forum Thanks Plugin