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: TFT_ILI9163C_GENERIC.h
- Revision:
- 7:3dcb98ecf29f
diff -r 83f3605478ab -r 3dcb98ecf29f TFT_ILI9163C_GENERIC.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TFT_ILI9163C_GENERIC.h Sun Feb 01 15:36:04 2015 +0000 @@ -0,0 +1,11 @@ +#include "mbed.h" +#include "TFT_ILI9163C_BASE.h" + +class TFT_ILI9163C : public TFT_ILI9163C_BASE { + + public: + + TFT_ILI9163C(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName dc, PinName reset); + TFT_ILI9163C(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName dc); + +}; \ No newline at end of file