Driver Library with inverted screen and increased SPI speed (16MHz). You need to use this library with the sx1280

Dependents:   MSNV2-Terminal_V1-6 SX1280DevKit SX126xDevKit SX126xDevKit ... more

Fork of DmTftLibrary by Display Module

Revision:
4:92d019216e28
Parent:
2:59be7fca4581
Child:
14:2db7065edbec
diff -r 02c19cbc707c -r 92d019216e28 DmTftHX8353C.h
--- a/DmTftHX8353C.h	Wed May 21 14:43:08 2014 +0000
+++ b/DmTftHX8353C.h	Thu May 22 09:14:49 2014 +0000
@@ -18,7 +18,11 @@
 class DmTftHX8353C : public DmTftBase
 {
 public:
+#if defined (DM_TOOLCHAIN_ARDUINO)
   DmTftHX8353C(uint8_t mosi=D2, uint8_t clk=D3, uint8_t cs=D4, uint8_t dc=D5, uint8_t rst=D6);
+#elif defined (DM_TOOLCHAIN_MBED)
+  DmTftHX8353C(uint8_t mosi=D2, uint8_t clk=D3, uint8_t cs=D4, uint8_t dc=SPECIAL_D5, uint8_t rst=D6);
+#endif
   virtual ~DmTftHX8353C();
   virtual void init(void);
 private: