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.
Fork of RA8875 by
Diff: SPI_TFT.h
- Revision:
- 1:17e12e4e149f
- Parent:
- 0:de9d1462a835
- Child:
- 7:e753bb62eeb9
--- a/SPI_TFT.h Mon Sep 10 19:23:26 2012 +0000 +++ b/SPI_TFT.h Tue Sep 11 15:51:52 2012 +0000 @@ -291,7 +291,7 @@ void set_orientation(unsigned int o); SPI _spi; - // DigitalOut _cs; we use SSEL0/1 + DigitalOut _cs; DigitalOut _reset; unsigned char* font;