lll

Dependents:   SeeedStudioTFTv21

Fork of SPI_TFT_ILI9341 by Components

Files at this revision

API Documentation at this revision

Comitter:
lindaako
Date:
Tue Apr 17 09:21:09 2018 +0000
Parent:
9:b8bc8296da24
Commit message:
Mbed lab 4 -Linda

Changed in this revision

SPI_TFT_ILI9341.h Show annotated file Show diff for this revision Revisions of this file
diff -r b8bc8296da24 -r e41a359285ce SPI_TFT_ILI9341.h
--- a/SPI_TFT_ILI9341.h	Tue May 06 18:09:00 2014 +0000
+++ b/SPI_TFT_ILI9341.h	Tue Apr 17 09:21:09 2018 +0000
@@ -20,6 +20,7 @@
 #include "mbed.h"
 #include "GraphicsDisplay.h"
 
+
 #define RGB(r,g,b)  (((r&0xF8)<<8)|((g&0xFC)<<3)|((b&0xF8)>>3)) //5 red | 6 green | 5 blue