lost in lcd land


Closed Thread
Results 1 to 27 of 27

Hybrid View

  1. #1

    Unhappy lost in lcd land

    new to picpro trying to get a lcd display using lcdout tried all examples and info i can find hookup seems ok using either f628a or f627 no nothing changed porta to digital nothing any help would be greatly appreicated if i cant get this far
    in trouble

  2. #2
    Join Date
    Jul 2005
    Posts
    78


    Did you find this post helpful? Yes | No

    Default

    Well, if you post a schematic or some code we may be more helpful.

    Re-check the examples shown in the book. Make sure all your define lines are 100%. Buzz out the breadboard again. All wires!

    And lastly, as it catches me near every time I start a new PIC, make sure the pins you connect to are not used for some analog function (PICs default to those). You can try something like setting all the LCD drive pins high and low in a loop, make sure they all do that. Fast loop if you have a scope, slow loop if you use a DVM.

    The LCD stuff works.

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


    Did you find this post helpful? Yes | No

    Default

    also there's some i/o that can't be used as OUTPUT, there's also some with open-drain... just post your code here and say if you're using the internal oscillator or an external crystal... if so wich speed.
    Steve

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

  4. #4


    Did you find this post helpful? Yes | No

    Question update

    the code is the example in pbp book lcdout pg 94
    wiring checks ok using internal osc on 628a

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


    Did you find this post helpful? Yes | No

    Default

    Did you add CMCON=7 ?
    Is any pull-up resistor on RA.4?
    Did you add a start-up delay for the LCD between 500mSec and 2 Second before using the first LCDOUT?
    Are you sure of your Config Fuse setting for the MCLR pin and Internal OSC?
    ...
    ...
    ...
    Are you sure your LCD controller is compatible with the Hitachi one?
    Steve

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

  6. #6


    Did you find this post helpful? Yes | No

    Exclamation still need help

    yes to the first ones ???? how do you set config fuse never seen this one in the manual?? does anyone else think the manual is very weak and not for the newbe

  7. #7


    Did you find this post helpful? Yes | No

    Unhappy internal osc

    problem seems to be activating the internal osc on the f628a
    define osc 4 does not work any help would be appreicated dont see anything in pbp manual

Similar Threads

  1. Is this code not initialising the LCD properly?
    By Platypus in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 30th January 2010, 19:14
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

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