Library to control a Graphics TFT connected to 4-wire SPI - revised for the Raio RA8875 Display Controller.

Dependents:   FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more

Fork of SPI_TFT by Peter Drescher

See Components - RA8875 Based Display

Enhanced touch-screen support - where it previous supported both the Resistive Touch and Capacitive Touch based on the FT5206 Touch Controller, now it also has support for the GSL1680 Touch Controller.

Offline Help Manual (Windows chm)

/media/uploads/WiredHome/ra8875.zip.bin (download, rename to .zip and unzip)

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Sun Feb 03 18:18:43 2013 +0000
Parent:
9:a63fd1ad41b0
Child:
11:9bb71766cafc
Commit message:
remove useless line in hline

Changed in this revision

SPI_TFT.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SPI_TFT.cpp	Sun Feb 03 17:51:33 2013 +0000
+++ b/SPI_TFT.cpp	Sun Feb 03 18:18:43 2013 +0000
@@ -533,7 +533,6 @@
     _cs = 0;
 #if defined NO_MBED_LIB    
     if (spi_port == 0) {    // TFT on SSP0
-        for (i = 0; i < ( width() * height()); i++)
 #if defined USE_DMA
         LPC_GPDMACH0->DMACCDestAddr = (uint32_t)&LPC_SSP0->DR; // we send to SSP0
         /* Enable SSP0 for DMA. */