| ??? 07/03/04 14:04 Read: times |
#73581 - RE: Ks0108 Graphics LCD read problem Responding to: ???'s previous message |
And by the way......also go look at your writing routine and make sure that it looks like this...
void LcdDataWrite(U8 DataValue)
{
LCD_DATA = DataValue; /* LCD_DATA port to send data */
LCD_DI = 1; /* Data mode */
LCD_RW = 0; /* Write mode */
LCD_E = 1; /* strobe to start write cycle */
LcdDelay(1);
LCD_E = 0; /* end write cycle */
LcdDelay(1);
}
Michael Karas |
| Topic | Author | Date |
| Ks0108 Graphics LCD read problem | 01/01/70 00:00 | |
| RE: Simulator | 01/01/70 00:00 | |
| RE: Ks0108 Graphics LCD read problem | 01/01/70 00:00 | |
| Oops! | 01/01/70 00:00 | |
| RE: Ks0108 Graphics LCD read problem | 01/01/70 00:00 | |
RE: Ks0108 Graphics LCD read problem | 01/01/70 00:00 |



