sonuv12hack
Newbie level 3

Hi I m using ATmega16,MikroC pro for AVR,16*2 LCD(JHD162A)
when m using lcd out function in only prints the word inside " "
example
char txt1[]="hello"; ---> no error prints Hello
int txt2[]="x"; ---->error
x=5;
what to do ?
i want to print integer.
when m using lcd out function in only prints the word inside " "
example
char txt1[]="hello"; ---> no error prints Hello
int txt2[]="x"; ---->error
x=5;
what to do ?
i want to print integer.