rongyu lou / C12832

Dependents:   app-shield-V10

Revision:
17:d3785b67760a
Parent:
16:7de323fa46fe
diff -r 7de323fa46fe -r d3785b67760a C12832.cpp
--- a/C12832.cpp	Wed Feb 05 14:25:16 2014 +0000
+++ b/C12832.cpp	Wed Oct 28 00:50:10 2020 +0000
@@ -27,6 +27,7 @@
 
 #define BPP    1       // Bits per pixel
 
+C12832 lcd(D11, D13, D12, D7, D10);
 
 C12832::C12832(PinName mosi, PinName sck, PinName reset, PinName a0, PinName ncs, const char* name)
     : _spi(mosi,NC,sck),_reset(reset),_A0(a0),_CS(ncs),GraphicsDisplay(name)