EmbeddedArtists AB
/
app_gfx
Example using the GFX graphical library, EaLcdBoard, TSC2046 touch screen and SDRAM initialization
Revision 3:be2af824cdf6, committed 2014-04-09
- 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
diff -r 661a997f0ec7 -r be2af824cdf6 EALib.lib --- 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
diff -r 661a997f0ec7 -r be2af824cdf6 main.cpp --- 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);
diff -r 661a997f0ec7 -r be2af824cdf6 mbed.bld --- 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