LCD question
basicstampede
Posts: 214
Precisely,·at which transition of PULSOUT E, 1·does the data blip into the Hitachi LCD?
Falling edge or Rising edge of E?
I cut & paste code from Stampworks:
LCD_Command:
· LOW RS
LCD_Write:
· LCDbus = char.HIGHNIB
· PULSOUT E, 1
· LCDbus = char.LOWNIB
· PULSOUT E, 1
· HIGH RS
· RETURN
Falling edge or Rising edge of E?
I cut & paste code from Stampworks:
LCD_Command:
· LOW RS
LCD_Write:
· LCDbus = char.HIGHNIB
· PULSOUT E, 1
· LCDbus = char.LOWNIB
· PULSOUT E, 1
· HIGH RS
· RETURN
Comments
I looked @ the spec. sheets and its about as clear as mud on Rising or Falling edge's. Does your LCD work (display char. etc.) ???
________________________%WMc$__________
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering