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: ILI9225_TFT_Sample
Revision 2:cc93245bb6d0, committed 2015-09-01
- Comitter:
- Arman92
- Date:
- Tue Sep 01 12:16:09 2015 +0000
- Parent:
- 1:73bf39f23246
- Commit message:
- fixed non-hardware SPI issue
Changed in this revision
TFT_22_ILI9225.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 73bf39f23246 -r cc93245bb6d0 TFT_22_ILI9225.cpp --- a/TFT_22_ILI9225.cpp Tue Sep 01 12:14:24 2015 +0000 +++ b/TFT_22_ILI9225.cpp Tue Sep 01 12:16:09 2015 +0000 @@ -27,7 +27,7 @@ TFT_22_ILI9225::TFT_22_ILI9225(PinName rst, PinName rs, PinName cs, PinName sdi, PinName clk, PinName led) : _rst(rst), _rs(rs), _cs(cs), _sdi(sdi), _clk(clk), spi(sdi, NC, clk), _led(led), _rstInOut(_rst), _rsInOut(_rs), _csInOut(_cs), _ledInOut(_led), - hwSPI(true) + hwSPI(true) { }