2 Line Chars on a 2 Line LCD


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2003
    Location
    Australia
    Posts
    257

    Post 2 Line Chars on a 2 Line LCD

    Hey Everyone,

    Is it possible to display double sized Characters on a 2 line LCD display?

  2. #2
    Desterline's Avatar
    Desterline Guest


    Did you find this post helpful? Yes | No

    Default

    Not directly. but it does allow you to create custom charachters (only eight, IIRC) then you could piece them together to make your own chars.

    I seen sombody advertising a 4 line LCD that made tall letters this way. (seetron, I think)

    -Denny

  3. #3
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Some Alphanumeric LCD's using the Hitachi HD44780 chip allow you to switch into a 5 x 10 character set from the usual 5 x 8. This however stops you using Line 2 of the two line display.

    There are just so many variants of this LCD in existance, it's almost impossible to know if your one would work that way without referring back to your devices manufacturer.

    An additional problem here is that the Font selection is performed as part of the Function Set byte which is also used to define the Data Set length and the number of Display Lines. This is done behind the scenes by PBP's LCD routines which is not easily got-attable within your code. Once set, you can't change it without a reboot first, as the Function Set byte has to be amongst the very first bytes sent to initialise the LCD - again, done behind the scenes for you by PBP, so you never have to worry about it.

Similar Threads

  1. Loop with two motor and 2 sensors
    By MrRoboto in forum mel PIC BASIC
    Replies: 4
    Last Post: - 8th December 2008, 23:40
  2. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  3. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  4. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  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