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

Dependencies:   ST7567 mbed

Revision:
1:ef7d2db1e9db
Parent:
0:6a2e37a92150
--- 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()
 {