3 Digit LCD and Driver IC


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Washington
    Posts
    14


    Did you find this post helpful? Yes | No

    Default My 2x8

    well I got my LCD modules in and after lots of studying, figured out how to hook it up. couldn't get anything on the display, then ended up getting junk. after couple of code changes, and finally changing the LCD_DATAUS to 50 from 20, I'm getting what I expect on the display. I'm still getting the first line all "black squares" (or what ever you call it when all the dots are on) on power up. They clear with the clear command, but seems like it shouldn't be doing the "light up the first line" thing when powered up. I'll keep grinding to figure it out. (the second line of the display does not do this).

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    I've got more than a few styles of parallel LCDs in the shop.
    The bulk of them power up to a cleared screen. A couple of them power up the way you describe, one of them powers up with random garbage all over the screen every time. It's probably got to do with how messy the power supply is or it's rise rate or...well, I don't care. As long as they 'clear' after they 'boot', I'm happy.

    Are you able to display what you want to or does it come out garbage?

  3. #3
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by ClayE View Post
    well I got my LCD modules in and after lots of studying, figured out how to hook it up. couldn't get anything on the display, then ended up getting junk. after couple of code changes, and finally changing the LCD_DATAUS to 50 from 20, I'm getting what I expect on the display. I'm still getting the first line all "black squares" (or what ever you call it when all the dots are on) on power up. They clear with the clear command, but seems like it shouldn't be doing the "light up the first line" thing when powered up. I'll keep grinding to figure it out. (the second line of the display does not do this).
    Hello ClayE, could we peek at the code up through the first lcdout routines? You might try . . .LCDOUT 254,1, "MyString"
    That should clear the LCD and print MyString on line 1
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

Similar Threads

  1. graphics lcd with lcdout style serial??
    By reaper0995 in forum Serial
    Replies: 4
    Last Post: - 27th March 2008, 19:57
  2. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  3. LCD driver compatability
    By jmgelba in forum General
    Replies: 8
    Last Post: - 5th November 2005, 02:58
  4. Easy LCD BackLight
    By Melanie in forum Schematics
    Replies: 0
    Last Post: - 17th October 2004, 13:18

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