LCD with lib

Dependencies:   TextLCD mbed

Fork of mX_LCD by Ashwin Athani

main.cpp

Committer:
ashwin_athani
Date:
2010-12-08
Revision:
0:fdcca458129b
Child:
1:6175fafa4474

File content as of revision 0:fdcca458129b:

#include "mbed.h"
#include "TextLCD.h"

TextLCD lcd(p24, p25, p26, p27, p28, p29, p30); // rs, rw, e, d4, d5, d6, d7

int main() {
      lcd.cls();
      lcd.printf("NGX Technologies");
}