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.
Dependents: TFTLCDSCREEN Pong_ILI9163C
Fork of TFT_ILI9163C by
Diff: TFT_ILI9163C.cpp
- Revision:
- 3:254e799c24ca
- Parent:
- 2:6c1fadae252f
- Child:
- 5:836673938ba7
--- a/TFT_ILI9163C.cpp Mon Jan 26 10:39:12 2015 +0000 +++ b/TFT_ILI9163C.cpp Mon Jan 26 10:58:11 2015 +0000 @@ -21,7 +21,8 @@ TFT_ILI9163C::TFT_ILI9163C(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName dc) : Adafruit_GFX(_TFTWIDTH,_TFTHEIGHT) , SPI(mosi,miso,sclk,NC), _cs(cs), _dc(dc) { - TFT_ILI9163C(mosi, miso, sclk, cs, dc, NC); + _resetPinName = NC; + init(cs, dc); } //Serial pc(SERIAL_TX, SERIAL_RX);