Problem with LCD of LPC1768 board

Hi! Tanks for the help you give me :smiley: and sorry if I wrote in a bad English… :roll:

I’m in trouble with the LPC1768 board: I try to write on a LCD of the board, but the firmware don’t run correctly. I upload my source code that I used.

The firmware stop running in this part:

init_lcd(); 

I haven’t compiler error, but the firmware stops in that point.

Can you help me??? :o

EDIT

I see that the routine described in lcd.h was wrong, so I decided to remake lcd.c .

Can you download my new lcd.c under this post.

So, how I write a function that wrote a String on a lcd using LPC1768?

Thanks for the help :slight_smile:

Ok I found this source that solved my problem :dance: