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:
2:3ae3f28ae9fe
Parent:
1:0bf6fac21233
Child:
3:a57cfeb0185d
--- a/SMARTGPU2.h	Thu Apr 17 20:36:42 2014 +0000
+++ b/SMARTGPU2.h	Thu Apr 17 21:17:00 2014 +0000
@@ -14,7 +14,7 @@
 *********************************************************/
  
 /********************************************************
- MBED SMARTGPU2 LIBRARY VERSION V2.0
+ MBED SMARTGPU2 LIBRARY VERSION V2.1
  IMPORTANT : This library is created for the MBED Software IDE
 ********************************************************/
  
@@ -26,7 +26,7 @@
 /*******************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 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
@@ -37,7 +37,7 @@
 //-SmartGPU2-MBED RESET PIN definition 
 #define RESETPIN p15   //Define for the smartGPU2 RESET pin connected to the MBED board
 
-//delay word compatibility for mbed
+//delay word compatibility for mbed platform
 #define delay wait_ms
 
 /****************END OF USER MODIFABLE******************/
@@ -501,7 +501,7 @@
  
     Serial     _serialSMARTGPU2;
     DigitalOut _resetPin;   
-     
+
 };
  
 #endif
\ No newline at end of file