Display does not respond with correct character

Comments

2 comments

  • Michael_L

    It seems you are experiencing a timing issue.  Can you try slowing down the SPI to see if you get the correct characters?
    Also please be aware of the execution times shown on page 7 of the datasheet.

    0
  • milhead
    JForest,

    While messing around to get my display to work I encountered the exact same problem.  Check your SPI protocol and make sure that it us operating in SPI Mode 3, CPOL=1, and CPHA=1.   (http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus)  Also make sure that all transfers are a single byte (while !CS is low).

    I am reliably writing to my display (same as yours) and while fooling with my SPI transfer code saw the exact same failures that you saw.

    I'm running my transfer clock at 85Khz but am careful to allow the processing time for each command as outlined in the data sheet.

    Miller
    0

Please sign in to leave a comment.