Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

How To Display Time and Date On LCD!!!

Status
Not open for further replies.

engkhlaif

New Member
i want to write a c code that will display the time and the date on the
LCD 16*2 iam using PIC16f877A
i dont have any idea about how to start
pls any one help me
thanx
 
Hi,
Basically you need to know how to interface with the LCD. Displaying the time and date is just sending the data in the registers to the LCD.
Check this out.
 
engkhlaif said:
i want to write a c code that will display the time and the date on the
LCD 16*2 iam using PIC16f877A
i dont have any idea about how to start
pls any one help me
thanx
thanx for comment
i have display a sentence on the LCD and iam to displat the time
it should be real time and date
how to do that
 
i have display a sentence on the LCD and iam to displat the time
it should be real time and date
how to do that

After you initialize the LCD, you create a character string and send it one character at a time to the LCD. What don't you understand?
 
RTC interface to PIC18f4431

hi

please send me c code or asm code for RTC DS1307 interfaced to the PIC18f4431...
 
I think their problem is not for the LCD interfacing, it for the generation of Real Time clock.. but i can't help a lot at that point
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top