Display problems


Results 1 to 7 of 7

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    i'll get into datasheet in a few moment... maybe a little difference... memory addressing or something.

    Have you try other LCDouts...

    LCDOUT $fe,1
    LCDOUT "1 st line",$fe,$c0,"2nd line",$fe,$94,"3rd line"

    is writing something on now???


    what about now if we manually initialize LCD
    [php]
    Define LCD_DREG PORTD
    DEFINE LCD_DBIT 4
    DEFine LCD_RSREG PORTD
    define LCD_RSBIT 2
    Define LCD_EREG PORTD
    DEFINE LCD_EBIT 3
    DEFINE LCD_BITS 4
    define LCD_LINES 4
    DEFINE LCD_COMMANDUS 2000
    DEFINE LCD_DATAUS 100

    pause 2000
    LCDOUT $fe,$28 '2 lines display
    LCDOUT $fe,$0C 'turn on display
    LCDOUT $fe,$06 'increment adress
    LCDOUT $fe,1 'clear display

    start:
    LCDOUT $fe,1,"hello"
    pause 200
    goto start

    [/php]
    what about now ???
    Last edited by mister_e; - 17th November 2004 at 23:54.
    Steve

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

Similar Threads

  1. Hdsp 21xx display
    By Original in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th June 2012, 20:07
  2. Replies: 2
    Last Post: - 14th July 2008, 22:11
  3. DS1820 display with 7-seg 4 digits
    By chai98a in forum Code Examples
    Replies: 12
    Last Post: - 10th April 2008, 13:12
  4. 64 led display problems
    By battousai923 in forum mel PIC BASIC
    Replies: 1
    Last Post: - 29th November 2007, 09:19
  5. Replies: 14
    Last Post: - 26th September 2007, 05:41

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