NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » Changing Message with Temperature and a Scrolling Message
February 20, 2011 by 1nizboy ![]() |
Since this is my first program since the tutorial I have decided to combine a few programs. |
||
---|---|---|---|
February 20, 2011 by 1nizboy ![]() |
I am having trouble getting the temperature readings to refresh and I cannot see why a few letters are out of place. Here is the program:
Thanks! |
||
February 21, 2011 by hevans (NerdKits Staff) ![]() |
Hi 1nizboy, I don't really know what you are trying to do here. If you go over how the scrolling code works, it takes a message and scrolls it by one step every time the while loop goes around. In your code you seem to be writing lots of thing to the same line of the LCD every time the while loop goes around. First you write out a temperature, then you do a scrolling line, and then you write your own beautiful day package. You should take a little bit and go through your program step by step and try to follow what you are doing. Humberto |
Please log in to post a reply.
Did you know that first-order systems have a exponentially decaying response to step inputs? Learn more...
|