Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: DmTftHX8353C.h
- 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: