Example program for LPC General Purpose Shield using the 128x64 LCD module

Dependencies:   ST7567 mbed

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Thu Jul 30 01:10:06 2015 +0000
Parent:
0:6a2e37a92150
Commit message:
Update library

Changed in this revision

KT7567.lib Show diff for this revision Revisions of this file
ST7567.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 6a2e37a92150 -r ef7d2db1e9db KT7567.lib
--- a/KT7567.lib	Wed Jul 29 06:40:40 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://developer.mbed.org/users/MACRUM/code/KT7567/#6153719b6d99
diff -r 6a2e37a92150 -r ef7d2db1e9db ST7567.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ST7567.lib	Thu Jul 30 01:10:06 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/MACRUM/code/ST7567/#743aff4786ba
diff -r 6a2e37a92150 -r ef7d2db1e9db main.cpp
--- a/main.cpp	Wed Jul 29 06:40:40 2015 +0000
+++ b/main.cpp	Thu Jul 30 01:10:06 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
-#include "K7567.h"
+#include "ST7567.h"
 
-K7567 lcd(D11, D13, D12, D9, D10); // mosi, sclk, reset, A0, nCS
+ST7567 lcd(D11, D13, D12, D9, D10); // mosi, sclk, reset, A0, nCS
 
 int main()
 {