A sample program for custom character in lcd

Dependencies:   TextLCD mbed

Fork of mbed_lcd_custom by The Electronics Nuke

Files at this revision

API Documentation at this revision

Comitter:
mderrant
Date:
Wed Jul 16 23:55:10 2014 +0000
Parent:
2:92cbf103315b
Commit message:
para placa k64f

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jul 10 15:46:11 2014 +0000
+++ b/main.cpp	Wed Jul 16 23:55:10 2014 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "TextLCD.h"
 
-TextLCD lcd(PTA0, PTC4, PTB23, PTA2, PTC2, PTC3, TextLCD::LCD16x2); // PARA PLACA K64F
+TextLCD lcd(PTA13, PTD2, PTA4, PTA5, PTC8, PTC9, TextLCD::LCD16x2); // PARA PLACA KL46F
 
 int cur = 0;
 int mov = 1;