Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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


List of 6 messages in thread
TopicAuthorDate
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      

Back to Subject List