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@7:3dcb98ecf29f, 2015-02-01 (annotated)
- Committer:
- peu605
- Date:
- Sun Feb 01 15:36:04 2015 +0000
- Revision:
- 7:3dcb98ecf29f
separate source
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
peu605 | 7:3dcb98ecf29f | 1 | #include "mbed.h" |
peu605 | 7:3dcb98ecf29f | 2 | #include "TFT_ILI9163C_BASE.h" |
peu605 | 7:3dcb98ecf29f | 3 | |
peu605 | 7:3dcb98ecf29f | 4 | class TFT_ILI9163C : public TFT_ILI9163C_BASE { |
peu605 | 7:3dcb98ecf29f | 5 | |
peu605 | 7:3dcb98ecf29f | 6 | public: |
peu605 | 7:3dcb98ecf29f | 7 | |
peu605 | 7:3dcb98ecf29f | 8 | TFT_ILI9163C(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName dc, PinName reset); |
peu605 | 7:3dcb98ecf29f | 9 | TFT_ILI9163C(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName dc); |
peu605 | 7:3dcb98ecf29f | 10 | |
peu605 | 7:3dcb98ecf29f | 11 | }; |