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

Dependencies:   EALib mbed

Files at this revision

API Documentation at this revision

Comitter:
embeddedartists
Date:
Wed Apr 09 09:40:08 2014 +0000
Parent:
2:661a997f0ec7
Commit message:
Updated to latest version of EALib.

Changed in this revision

EALib.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/EALib.lib	Fri Oct 18 13:09:40 2013 +0200
+++ b/EALib.lib	Wed Apr 09 09:40:08 2014 +0000
@@ -1,1 +1,1 @@
-https://mbed.org/users/embeddedartists/code/EALib/#f3ef2b577bf6
+https://mbed.org/users/embeddedartists/code/EALib/#d868b74fd08e
--- 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);
--- a/mbed.bld	Fri Oct 18 13:09:40 2013 +0200
+++ b/mbed.bld	Wed Apr 09 09:40:08 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/a9913a65894f
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/6473597d706e
\ No newline at end of file