digital clock using 8951 and display on LCD graphic 128x64

2 posts / 0 new
Last post
johnnha
letannha's picture
Offline
Joined: 16/04/2012
Posts: 1
Points: 0
digital clock using 8951 and display on LCD graphic 128x64

please sent me the code C for :

digital clock using 8951 and display on LCD graphic 128x64(not using IC RTC )

to tannha91@gmail.com

Amrith
amrith's picture
Offline
Joined: 23/04/2012
Posts: 224
Points: 1000

Hi,

 

89C51 does not have internal RTC. Using 89C51 digital clock can be implemented using delays with respect to the oscillator frequency but it is not accurate. For accurate time calculation external RTC is needed. You can choose DS1307 RTC IC, easily available in the market.

 

Kindly provide the details of connections(LCD Port e.t.c) & also tell, do you have drivers written for 128 X 64 LCD.

Login or register to post comments