Modified to work with two displays

Dependents:   touch2 default CANary_9341_test CANary_merge

Fork of SPI_TFT by Peter Drescher

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Thu Sep 20 23:40:46 2012 +0000
Parent:
4:824715115046
Child:
6:34a13617fd35
Commit message:
Bugfix: the bmp load from filesystem is working again

Changed in this revision

SPI_TFT.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SPI_TFT.cpp	Thu Sep 20 23:32:07 2012 +0000
+++ b/SPI_TFT.cpp	Thu Sep 20 23:40:46 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.
-// 21.09.12 fix Bug in BMP_16
+// 21.09.12 fix Bug in BMP_16 
 
 
 #include "SPI_TFT.h"