i am using lpc1758 microcontroller and to display on lcd, i have done the interfacing of glcd with microcontroller through SPI. now i am sending data but no display.
You can take Keil's MCB1700 evaluation board for reference.Schematic is here: http://www.keil.com/mcb1700/mcb1700-schematics.pdfIt also uses SPI for driving the GLCD, GLCD driver is GLCD_MCB1700.c in <Keil root>\ARM\PACK\Keil\LPC1700_DFP\2.6.0\Boards\Keil\MCB1700\Common\ when you install latest LPC1700_DFP v2.6.0 pack.Also, there are examples using GLCD for example <keil root>\ARM\PACK\Keil\LPC1700_DFP\2.6.0\Boards\Keil\MCB1700\Demo\
how can i display RTC time?
same way you'd display any other text.
So start by getting basic text display working...
Thanx andy, LCD is working properly.
Find an RTC example, sprintf() to a string buffer and then send to your text output routine.
For the benefit of others who may have similar problems and find this, please describe what was wrong & how you fixed it ...
View all questions in Keil forum