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: TFT_Test1 SourceCodePro31-SB Mandelbrot Mindwave-screen ... more
Revision 2:f30ea1eb3681, committed 2012-09-11
- Comitter:
- dreschpe
- Date:
- Tue Sep 11 20:37:13 2012 +0000
- Parent:
- 1:17e12e4e149f
- Child:
- 3:7f1d793b90df
- Commit message:
- Switch back to io pin CS. The use of automatic SPI CS could make problems with interrupt or RTOS.
Changed in this revision
| SPI_TFT.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SPI_TFT.cpp Tue Sep 11 15:51:52 2012 +0000 +++ b/SPI_TFT.cpp Tue Sep 11 20:37:13 2012 +0000 @@ -19,7 +19,7 @@ // 06.04.12 fix SSEL CS problem // 06.04.12 use direct access to the spi register to speed up the library. // 11.09.12 switch back to using io pin as cs to avoid problems with SSEL CS. - + #include "SPI_TFT.h" #include "mbed.h"
TFT with HX8347D controller