Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,901

    Re: Interfacing 16x2 LCD to PIC18F2520

    FIXED!

    Just corrected like this:

    ADCON1 = %00001111

    Now it works!
  2. Replies
    1
    Views
    2,901

    Interfacing 16x2 LCD to PIC18F2520

    Hi,

    I have issues to run LCD (HITACHI based) with 18F2520.
    The LCD data are connected to PORT.A0...A3
    Enable & RS -> PORTA.4 & PORTA.5

    When trying to write, nothing happens.

    No impulses...
  3. Replies
    2
    Views
    2,715

    Re: LCDOUT Question? Please Help

    Thank you so much!
    This really helped me a lot!
  4. Replies
    2
    Views
    2,715

    LCDOUT Question? Please Help

    Hi,
    I am new in this wonderful forum.
    I was wondering if someone can help me on this one:

    d VAR BYTE
    d=%00010110
    LCDOUT BIN (d)

    The LCD displays "10110", cause the leading zeroes are...
Results 1 to 4 of 4