Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: HenrikOlsson; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    13,887

    Re: Problems with LCD in pic 18f8520

    myVar VAR BYTE

    For myVar = 0 to 255
    LCDOUT $FE, 1, #myVAR
    PAUSE 1000
    NEXT
  2. Replies
    13
    Views
    13,887

    Re: Problems with LCD in pic 18f8520

    Hi,
    Did you change the individual bit assignement to match the actual hardware and changed from 8bit to 4bit?

    I'd try something like this:

    DEFINE LCD_DREG PORTD
    DEFINE LCD_DBIT 4
    DEFINE...
  3. Replies
    13
    Views
    13,887

    Re: Problems with LCD in pic 18f8520

    Hi,
    Shawn said what I was going to regarding setting the pins to digital, however....

    I took a quick look in the BIGPIC5 manual and in the 2*16LCD section it says[quote]
    The character LCD...
Results 1 to 3 of 3