10 years, 5 months ago.

can any one give lcd program for LPC11u24?

i load this basic code to my lpc11u24 kit ,but i did not get any output in my lcd

  1. include "mbed.h"
  2. include "TextLCD.h" TextLCD lcd(p15, p16, p17, p18, p19, p20); int main() { lcd.printf("Hello World!\n"); }

1 Answer

10 years, 5 months ago.

How did you wire the display, are all connections to mbed ok, is rw connected to gnd, is the lcd powersupply and contrast voltage correct. Check my TextLCD Enhanced page for details.

Accepted Answer