0420CW-AB3 I2C Talking, Display is off and low current drawn

Comments

3 comments

  • Paul_B

    Hello,
    It is definitely possible that you may have damaged the display, however lets first rule out user error.

    Can you please answer the following questions:

    1. What value pull-up resistors are you using?
    2. When using VDD is REGVDD grounded?
    3. Does your initialization sequence match with what is listed in the datasheet.
    4. Finally, if possible can you please upload your code.


    Thanks!

    0
  • Aresway
     

    Paul,

    Thank you for getting back to me. After reading your questions I was confident on all of them except the last one. The last one about the initialization got me looking through what I was doing. I am using a different library file than the one you posted to a recent topic that handled parallel, i2c, and spi. When I compared my current library with the one you posted I realized mine did not have a method to differentiate between command and data messages. I also realized that their "init" function only sent a command of 0x41 instead of the complete list from the datasheet. I added a data call and tweaked the library a bit more based on the library you posted in a different topic. My library was also use 0xFE in the command method instead of 0x00 as in the command method from the better library.

    My display is now running and I am able to operate it like normal.

    Thank you for pointing me in the right direction. I took the word of the first library's author without double checking the implementation of it.

    0
  • Paul_B

    No problem, enjoy your display!

    0

Please sign in to leave a comment.