EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

manual for lcd 16x4

Started by canicana May 31, 2005
is there any manual that tells how to interface a lcd 16x4 to bx24?


--- In basicx@basi..., "canicana" <vpb@a...> wrote:
> is there any manual that tells how to interface a lcd 16x4 to bx24?

It all depends on whether the LCD has a 4 or 8 bit parallel interface
or a serial interface. Some have a parallel interface that can
operate in either 4-bit or 8-bit mode.

Many LCDs use a controller that is compatible (signals and commands)
with the Hitachi HD44780 controller. If yours is, the links below may
be useful:

http://www.myke.com/lcd.htm
http://home.iae.nl/users/pouweha/lcd/lcd.shtml
http://www.repairfaq.org/filipg/LINK/F_Tech_LCD.html

Don



here is the lcd that I'm talking about

http://www.active-robots.com/products/accessories/lcd-displays.shtml

16x4 LCD Display Module


--- In basicx@basi..., "Hasan Cana" <vpb@a...> wrote:
> here is the lcd that I'm talking about
>
> http://www.active-robots.com/products/accessories/lcd-displays.shtml

From the information provided you can see that the signal interface is
parallel. There is a good chance that it is HD44780 compatible. You
can try it to confirm or query the supplier for more information.

Either way, once you know the command set you can probably modify
NetMedia's LCDX software to work with it. That code looks like it is
written for an HD44780-style display.

http://www.basicx.com/Products/lcdx/LCDXDemo.zip




The 2024 Embedded Online Conference