NHD-0240A2 Can't write to location 30 in either row

Comments

5 comments

  • Saurabh_B

    Would it be possible to get a picture of your display and the code you are using?

    I would like to see if we can recreate the same problem.

    0
  • RS3800

    The problem is the character after the #4 in the row 2.  I found this problem while testing.

    I am trying to make the characters (b thru h) in row 1 change from upper & lower case if an input is active or not.

    0
  • RS3800

    This code is not complete!  There are parts of it that are not being used.

    The LCD section is run from CALLs on page 3

    The problem I am Having is on page 6, LCD_Upper & LCD_Lower address DF or row 1 address 9F.  If I use any other addresses it will work.

    0
  • RS3800

    [Solved] I couldn't figure out why only certain parts of the display acted up and others did not.

    So, here is what I did.  I bought a display from a different manufacturer and that was worse yet!  Then I knew it had to be something in my code.  The first thing I did was slow the clock speed down to 500 kHz and then it worked fine so I went up to 1MHz and the problems came back  Then I knew it was timing.  I added time delays in until I found one the solved the problem and I found it in my E pulse.  I had one NOP in there and that wasn't enough, I tried 3 NOPs and still that wasn't enough.  To make a long story short I finally got it to 5ms and every thing was ok after that.

    I never got any suggestions so maybe I was not the only one that was stumped.

    0
  • Paul_B

    Glad to hear you got your display up and running!

    Thanks for sharing your solution, it will definitely help others :)

    0

Please sign in to leave a comment.