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.
10 years, 12 months ago.
how to send data ,from lpc11u24 to lcd
i import example program to my lpc11u24 kit but it won't display any think and that library also does n't support can any one help me
2 Answers
10 years, 11 months ago.
It appears from your screenshot that the TextLCD library you are using doesn't like the constructor arguments. Open TextLCD.h and look to see what argument list the constructor expects.
The code you have above looks like it should work with the official library. I have similar code in my program for mbed lpc11u24 and it is working fine.
10 years, 11 months ago.
can you please send your library for lcd display
i loaded this library but still its not working.it display cmsis.h 35 error. what should i do
posted by 30 Dec 2013Check the version of your mbed library. See
http://mbed.org/cookbook/Compiler-Error-35
posted by 30 Dec 2013
Which library are you using, there are around 9000 forks of the TextLCD lib. Must be most forked lib in all of mbed. The best one I am aware of is: http://mbed.org/users/wim/code/TextLCD/, that one should work.
posted by Erik - 26 Dec 2013