NHD-0220CW-AY3 Upside down text

Comments

3 comments

  • Saurabh_B

    Hi psullivan,
    That display does like flipped upside down, and it shouldn't be.

    I was wondering if you could possibly also post a picture of the back of that display, and your code.

    0
  • psullivan

    Picture of back attached. Not sure if I can post my code, I will have to check. Is there even a way to flip the display through software?



    [attachment deleted by admin]

    0
  • Saurabh_B

    Ok, I was able to replicate this issue thanks to Paul.

    There is a command to let you flip the direction and orientation of the characters.

    Check to see if you are sending a command(0x05) in your initialization after sending a (0x2A), that sets the screen Upside down.

    If you want a quick fix, try adding

      command(0x2A);
      command(0x06);
      command(0x28);

    at the end of the initialization, that should do it.

    0

Please sign in to leave a comment.