
programme
Fork of app-board-LCD by
Revision 3:2db94ee076ee, committed 2014-02-05
- Comitter:
- chris
- Date:
- Wed Feb 05 15:32:38 2014 +0000
- Parent:
- 2:a87e255a8f3a
- Child:
- 4:34ca548f4e5a
- Commit message:
- Updated to use the new generic library for the LCD
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/C12832.lib Wed Feb 05 15:32:38 2014 +0000 @@ -0,0 +1,1 @@ +https://mbed.org/users/chris/code/C12832/#7de323fa46fe
--- a/C12832_lcd.lib Fri Oct 26 10:49:28 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/dreschpe/code/C12832_lcd/#468cdccff7af
--- a/main.cpp Fri Oct 26 10:49:28 2012 +0000 +++ b/main.cpp Wed Feb 05 15:32:38 2014 +0000 @@ -1,7 +1,8 @@ #include "mbed.h" -#include "C12832_lcd.h" +#include "C12832.h" -C12832_LCD lcd; + +C12832 lcd(p5, p7, p6, p8, p11); int main() {