Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 1 month 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
- include "mbed.h"
- include "TextLCD.h" TextLCD lcd(p15, p16, p17, p18, p19, p20); int main() { lcd.printf("Hello World!\n"); }
1 Answer
11 years, 1 month 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.