Displaying variables on an LCD0821
Turnbull2112
Posts: 65
I am trying to get a variable to show up on a Matrix Orbital LCD0821. For now just to get the idea, I want to display and rctime value next to a constant text. Example "RCTIME XXXX" XXXX would be the varying value and RCTIME would remain. So far I can write constants to the screen but i have to "clear screen" and re-write new constants. Anyone out there have any luck with this? I am in the middle of a project with a deadline and this is a major hangup for me at this point. I wouild appreciate any advice. I know I have to convert the value to ASCII and use the "place cursor" at a couple different points but I'm not grasping the concept.
_Rob
_Rob
Comments
If you make sure that the format for XXXX is exactly 4 characters then you could after displaying the first lot, that you move the cursor back four places and then update the XXXX