LCDOUT custom commands - how to?


Results 1 to 40 of 69

Threaded View

  1. #11
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Darrel, i think you're right. My previous work on a regular 44780 controller type so far but will send
    3,0,3,0,3,0, and lastly 2,0... so 3 not really needed 0's...

    I did something else, but i don't think it will be handy now.

    NOW...
    Code:
        @  bsf LCD_EREG, LCD_EBIT
        PAUSEUS 20
        @  bcf LCD_EREG, LCD_EBIT
    yup, or
    Code:
        @  bsf LCD_EREG, LCD_EBIT
        @  PAUSEUS?C LCD_DATAUS
        @  bcf LCD_EREG, LCD_EBIT
    Joe S. The analog comparator are disable at POR on this one. But it's always nice to include the line too as safety sake.
    Last edited by mister_e; - 27th November 2006 at 07:00.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Timer + rc5
    By naga in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 19th November 2009, 07:56
  2. need help in coding..
    By daphne8888 in forum mel PIC BASIC
    Replies: 1
    Last Post: - 19th March 2008, 07:31
  3. Help GPS read with serin
    By leinske in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 5th September 2007, 02:33
  4. Crystalfontz LCD
    By jman12 in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 9th February 2007, 15:04
  5. having problems with Hantronix 20x4 lcd
    By Rhatidbwoy in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 22nd December 2005, 12:22

Members who have read this thread : 1

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