Example using the GFX graphical library, EaLcdBoard, TSC2046 touch screen and SDRAM initialization

Dependencies:   EALib mbed

Revision:
3:be2af824cdf6
Parent:
2:661a997f0ec7
--- a/main.cpp	Fri Oct 18 13:09:40 2013 +0200
+++ b/main.cpp	Wed Apr 09 09:40:08 2014 +0000
@@ -223,6 +223,7 @@
             if (coord.z > 0) {
                 gfx.drawPixel(coord.x, coord.y, WHITE);
             }
+            wait_ms(2);
         }
 
     } while (0);