Shop OBEX P1 Docs P2 Docs Learn Events
Text not displaying on LCd - Back light was on — Parallax Forums

Text not displaying on LCd - Back light was on

VasuVasu Posts: 2
edited 2009-11-05 12:21 in Accessories
Hi:

I am sending text to LCD through EDE702, text not displaying.

I am new to this LCD project. I have USRT TX pin connected to EDE702, to LCD display (MOP-162A). when I send control character to back-light on, light works, but no display, how text will display?. Thanks in advance. Below first two lines turns on, then I have control command to display text, not working.

//back-light on
uart_putc(1, 254);
uart_putc(1, 253);

//Text
uart_putc(1, 254);
uart_putc(1, 01);

uart_puts(1, "LCD TEST");

what is wrong with above program?.



·

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-11-05 03:30
    Neither the EDE702 nor whatever microcontroller you're using are Parallax products and this is a Parallax support forum specifically for their Basic Stamp. I suggest you address your questions to the manufacturer of the controller or the display you're using.
  • VasuVasu Posts: 2
    edited 2009-11-05 12:21
    sorry
Sign In or Register to comment.