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.
TFT_ILI9163C_GENERIC.h
- Committer:
- peu605
- Date:
- 2015-02-01
- Revision:
- 7:3dcb98ecf29f
File content as of revision 7:3dcb98ecf29f:
#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); };