hi friends i am trying to print all the decimal no's on LCD but i am able to print till 9 only after that i am getting : ; so on
Make the room smaller so that it only holds a maximum of 9 people. just make sure none of them are claustrophobic :)
Erik
void disp_no(uc k) { uc k; dat=k; k=k&0xf0; k=k>>4; k=k|0x30; print this value; k=dat; k=k &0x0f; k=k|0x30; print this value in to lcd
}
for 13 that will display "0?"
check the code and see