This is the Official SmartGPU 2 processor board library to use with MBED boards!!!

Dependents:   BounceBall_SG2 BounceBalls_SG2 EEPROM_SG2 Ellipses_SG2 ... more

Revision:
3:a57cfeb0185d
Parent:
2:3ae3f28ae9fe
--- a/SMARTGPU2.h	Thu Apr 17 21:17:00 2014 +0000
+++ b/SMARTGPU2.h	Thu Apr 17 21:23:17 2014 +0000
@@ -14,7 +14,7 @@
 *********************************************************/
  
 /********************************************************
- MBED SMARTGPU2 LIBRARY VERSION V2.1
+ MBED SMARTGPU2 LIBRARY VERSION V2.2
  IMPORTANT : This library is created for the MBED Software IDE
 ********************************************************/
  
@@ -25,11 +25,11 @@
  
 /*******************USER MODIFABLE**********************/
 //-Uncomment your preferred smartGPU2 board(only 1 at time)----------------
-//#define LCD160X128   //SmartGPU2 1.8" connected via SmartSHIELD
-#define LCD320X240   //SmartGPU2 2.4" connected via SmartSHIELD
-//#define LCD480X320   //SmartGPU2 3.5" connected via SmartSHIELD
-//#define LCD480X272   //SmartGPU2 4.3" connected via SmartSHIELD
-//#define LCD800X480   //SmartGPU2 7.0" connected via SmartSHIELD
+//#define LCD160X128   //SmartGPU2 1.8"
+//#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
@@ -39,7 +39,6 @@
 
 //delay word compatibility for mbed platform
 #define delay wait_ms
-
 /****************END OF USER MODIFABLE******************/
 
 /**************DON'T MODIFY UP FROM HERE****************/
@@ -265,7 +264,7 @@
     SCALE1_8       // 1 to 8
 } JPGSCALEFACTOR; //to set the desired JPG image decompression scale factor
 
-//Recommended(but not limited to) Arduino-SmartGPU Baud rate definitions
+//Recommended(but not limited to) Mbed-SmartGPU Baud rate definitions
 typedef enum{
     BAUD0 = 9600,
     BAUD1 = 19200,