Need advice with LCD 2x16


Results 1 to 10 of 10

Threaded View

  1. #3
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    582


    Did you find this post helpful? Yes | No

    Default Re: Need advice with LCD 2x16

    Thanks for reply !
    I made this change :
    Code:
    LcdOut $FE, $C0, "OUT :  ", Sign2," "
    LcdOut $FE, $C0 + 9, DEC (Temperature2 / 100), ".", DEC Temperature2 DIG 1, " ",223,"C "
    and the position of first character of second temperature don't move. But I want to keep the position of the last character ; maintaining the alignment to the right !
    Attached Images Attached Images  

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts