Problems with LCD in pic 18f8520


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Posts
    5


    Did you find this post helpful? Yes | No

    Default Re: Problems with LCD in pic 18f8520

    Thanks! Now is working I had problems with "LCD connections" but now i change and is fine

    another question... can i show in my lcd a "variable"? I mean a character that changes?

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,627


    Did you find this post helpful? Yes | No

    Default Re: Problems with LCD in pic 18f8520

    Code:
    myVar VAR BYTE
    
    For myVar = 0 to 255
      LCDOUT $FE, 1, #myVAR
      PAUSE 1000
    NEXT

Members who have read this thread : 0

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

Tags for this Thread

Posting Permissions

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