Modified version of the DmTftLibrary, optimized for the LPC4088 Experiment Base Board

Dependents:   lpc4088_ebb_dm_calc lpc4088_ebb_dm_bubbles

Fork of DmTftLibrary by Display Module

Revision:
2:59be7fca4581
Parent:
0:d6ff5fa503e8
diff -r eab9854e0710 -r 59be7fca4581 DmTftS6D0164.h
--- a/DmTftS6D0164.h	Tue May 13 11:21:11 2014 +0000
+++ b/DmTftS6D0164.h	Tue May 20 12:21:43 2014 +0200
@@ -20,7 +20,7 @@
 public:
   DmTftS6D0164(uint8_t wr=A4, uint8_t cs=A3, uint8_t dc=A5, uint8_t rst=A2);
   virtual ~DmTftS6D0164();
-  void init(void);
+  virtual void init(void);
 private:
   void send8BitData(uint8_t data);
   void writeBus(uint8_t data);