Hi
I have a prblem about using "LCD_CHR" command in MIKROC
This command ,print only CHAR vars.
For example
//********************************
unsigned char ch;
ch=65
lcd_chr(2,1,ch);
//********************************
But the LCD shows the "A" character
Is there simple way to print original var ?
If not,pleas some one explain me the "ADC_on_LCD" code from "mikroc"