tahir4awan
Full Member level 4
I am using MikroC compiler and PIC16F877. I have tried almost all C compilers but I found Mikroc to be the best compiler.
My question is it is very simple to display characters on LCD but I want to display numbers or integer to be displayed on LCD.
for example
int x;
x = 25
lcd_out(1,1,x);
note that this is not actual program it is just for example.
My question is it is very simple to display characters on LCD but I want to display numbers or integer to be displayed on LCD.
for example
int x;
x = 25
lcd_out(1,1,x);
note that this is not actual program it is just for example.