- This topic has 2 replies, 2 voices, and was last updated 12 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › digital clock using 8951 and display on LCD graphic 128×64
please sent me the code C for :
digital clock using 8951 and display on LCD graphic 128×64(not using IC RTC )
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.
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.