Tapton School Sentinel Project

Fork of SMARTGPU2 by Vizic Technologies

Files at this revision

API Documentation at this revision

Comitter:
mptapton
Date:
Mon Jan 08 13:25:01 2018 +0000
Parent:
3:a57cfeb0185d
Commit message:
Tapton School Project - Sentinel

Changed in this revision

SMARTGPU2.h Show annotated file Show diff for this revision Revisions of this file
--- a/SMARTGPU2.h	Thu Apr 17 21:23:17 2014 +0000
+++ b/SMARTGPU2.h	Mon Jan 08 13:25:01 2018 +0000
@@ -26,16 +26,16 @@
 /*******************USER MODIFABLE**********************/
 //-Uncomment your preferred smartGPU2 board(only 1 at time)----------------
 //#define LCD160X128   //SmartGPU2 1.8"
-//#define LCD320X240   //SmartGPU2 2.4"
+#define LCD320X240   //SmartGPU2 2.4"
 //#define LCD480X320   //SmartGPU2 3.5"
 //#define LCD480X272   //SmartGPU2 4.3"
 //#define LCD800X480   //SmartGPU2 7.0"
 
 //General MBED pinout defines
-#define TXPIN    p13
-#define RXPIN    p14
+#define TXPIN    p28
+#define RXPIN    p27
 //-SmartGPU2-MBED RESET PIN definition 
-#define RESETPIN p15   //Define for the smartGPU2 RESET pin connected to the MBED board
+#define RESETPIN p20   //Define for the smartGPU2 RESET pin connected to the MBED board
 
 //delay word compatibility for mbed platform
 #define delay wait_ms