NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » initialload text display problems
January 10, 2013 by mwood |
Hello all! I am experiencing problems with the initialload program. It does not display text properly. The pre-installed program displayed correctly on the LCD after everything was wired up. However, when I compiled and uploaded the initialload program to the chip, all that was displayed was the last line of text written to the LCD. It appears that any text written to the LCD is being written exclusively to the first line. To verify this, I commented out all but the first line of text in the source file. Now all that was being printed to the LCD was 'Congratulations!'. That worked just fine. So then I changed the line to which the text should have printed. That had no effect, 'Congratulations!' still printed on the first line. I tried printing to each of the four lines, but the text always prints to the first line. I double checked my wiring already, but hope to have time to check it all again today. I am curious if this sounds like a common problem. If so, perhaps someone has some advice for me. Matt |
---|---|
January 10, 2013 by Rick_S |
Maybe try the makefile changes suggested in THIS Post, or update the AVR toolchain as suggested HERE. Often that will fix these problems. Rick |
January 10, 2013 by mwood |
Thanks for the suggestions, Rick! I'll look into that. Matt |
Please log in to post a reply.
Did you know that binary numbers use base 2 to represent numbers, and these are important for understanding microcontroller registers? Learn more...
|