LCD back-light on, but text no display on LCD

Support for MOC/MOS/MOI/MOU/X-Board/MOP

Moderator: Mods

Post Reply
tvnaidu
LCD?
Posts: 2
Joined: Thu Nov 05, 2009 5:14 am

LCD back-light on, but text no display on LCD

Post by tvnaidu »

I have serial UART TXD line connected to EDE702, then LCD MOP-162A connected to EDE702. I am able to turn on back-light with below fisrt two lines, next few lines to display text on LCD, but text not displaying on LCD, can I get some sample code or how can I debug this?. thanks for help.


//turn on backlight
uart_putc(1, 254);
uart_putc(1, 253);


//display text
uart_putc(1, 254);
uart_putc(1, 1);
uart_puts(1, "HELLO WORLD");


//2nd line on LCD
uart_putc(1, 0xFE);
uart_putc(1, 0xC0));
uart_puts(1, "2ND LINE DISPLAY");

Ray
Matrix Orbital
Matrix Orbital
Posts: 742
Joined: Thu Dec 13, 2001 4:00 pm
Location: Earth.... I think..
Contact:

Post by Ray »

I suggest you contact E-LAB Digital Engineering for support on their chip, we cannot help you with this.

Post Reply