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.
Dependencies: IAP NTPClient RTC mbed-rtos mbed Socket lwip-sys lwip BurstSPI
Fork of LPC1768_Mini-DK by
Diff: Mini-DK/SPI_TFT/SPI_TFT.h
- Revision:
- 6:b547fb6c1095
- Parent:
- 5:781a72d380a1
- Child:
- 7:ffdd4e75b366
--- a/Mini-DK/SPI_TFT/SPI_TFT.h Thu Jan 03 20:04:38 2013 +0000
+++ b/Mini-DK/SPI_TFT/SPI_TFT.h Thu Jan 03 21:24:05 2013 +0000
@@ -5,8 +5,10 @@
#include "GraphicsDisplay.h"
+#include "BurstSPI.h"
#include "mbed.h"
+
#define incx() x++, dxt += d2xt, t += dxt
#define incy() y--, dyt += d2yt, t += dyt
@@ -242,7 +244,7 @@
*/
void set_orientation(unsigned int o);
void mod_orientation(void);
- SPI _spi;
+ BurstSPI _spi;
DigitalOut _cs;
unsigned char* font;
