NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » Displaying on the LCD
May 06, 2012 by ad2476 |
I followed the instructions in the user guide to build my first kit, and the "Congratulations!" message appeared and worked perfectly. However, when I compiled and ran the initialload program from the sample code, it only displays the last line of text, "is alive". I tried modifying that text, and even writing a different program that outputs text, but each time it just outputs the last line of text sent to the LCD. Is there something I'm missing? I can post the code if needed, but I hadn't changed anything from the initialload program. Thanks. |
---|---|
May 06, 2012 by ad2476 |
Er, well the problem has been solved. I simply rewired the entire thing and it fixed it. I suppose I should have tried that and then posted... |
Please log in to post a reply.
Did you know that microcontrollers have two different kinds of memory, program space (flash) and SRAM? Learn more...
|