pic help

Status
Not open for further replies.
procos said:
how to display on lcd 99999?
i am use pic 16f84a.
thanx.

Try my PIC tutorials, but basically you simply output an ASCII 9 (decimal value 57) to the display five times.
 
Re: ps

procos said:
sorry , i wnat to count up to 99999
thanx nigel.

You need to use a three byte (24 bit) counter, you can easily do this by using three registers, linking one to the other as they overflow.

My LCD tutorial 3.2 displays a 16 bit counter, you could easily make it 24 bit, although the binary to decimal routine is only 16 bit as well.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…