Just received my new PIC-LCD3310


Results 1 to 7 of 7

Threaded View

  1. #4
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869


    Did you find this post helpful? Yes | No

    Default Re: Just received my new PIC-LCD3310

    Ok I can blink the LED's
    Code:
    DEFINE OSC 20               ' this makes the pauses be correct time
    'DEFINE LOADER_USED 1
    include "modedefs.bas"
    include "LCD_3310v32.inc"
    start:
    
    @ PrintStr  0,0, "I love being"
    @ PrintStr  0,1, "able to print "
    @ PrintStr  0,2, "so easily!"
    low porte.2
    pause 1000
    low porte.3
    pause 1000
    high porte.2
    pause 1000
    high porte.3
    pause 1000
    goto start
    end
    but only if I program from MPLAB with no BL. and no LCD message
    Last edited by cncmachineguy; - 7th April 2011 at 04:04. Reason: changed OSC
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

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