This will help u too interface lcd using lpc1768
Dependencies:
mbed
TextLCD
main.cpp
- Committer:
- DeepuDPriean
- Date:
- 2019-01-18
- Revision:
- 0:8f5f15005811
File content as of revision 0:8f5f15005811:
#include "mbed.h"
#include "TextLCD.h"
TextLCD lcd(p15, p16, p17, p18, p19, p20);
int main()
{
lcd.printf("Deepu\n");
}