Character LCD Displays

General discussion on mikroBasic.
Post Reply
Author
Message
Borisw37
Posts: 124
Joined: 06 Dec 2004 20:08
Location: Philadelphia, PA
Contact:

Character LCD Displays

#1 Post by Borisw37 » 13 Jan 2005 15:30

Hello,
I recently received my EasyPIC2, very pleased with it :), thank you.
I would like to add a character LCD display to the board (did not buy one from MikroElektronika). There are a lot of them for sale online, how do i pick one, will any 8/4 bit LCD work with 16f877A? Or does the screen need to have a certain protocol? Or are they all the same?

Thank you,

Boris.

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Character LCD Displays

#2 Post by zristic » 13 Jan 2005 15:40

Please see the link for explanation:
http://www.mikroe.com/forum/viewtopic.p ... characters

pizon
mikroElektronika team
Posts: 823
Joined: 11 Oct 2004 08:53

Re: Character LCD Displays

#3 Post by pizon » 13 Jan 2005 15:45

You need to have a LCD that is driven by the Hitachi HD44780 controller (or some clone). The majority of standard character LCDs are compatible with it, and come in many different flavours (2x16, 4x16, 4x20...). Some of them may show strange behaviour when writing to rows >2 (3, 4), so that indexes at LCD_Out() don't match the real thing. This is hard to cope with since there are so many character LCD manufacturers, and many of them are allmost-but-not-fully compatible with each other.

Search through the forum for 'LCD' and you'll find some useful hints there, too.
pizon

Post Reply

Return to “mikroBasic General”