Demo code for basic 3D graphics on the MBED application shield's LCD (K64F). Left pot changes Z depth, joystick rotates one of the cubes.

Dependencies:   C12832 FXOS8700CQ gfx3d mbed

Revision:
4:2828d6a81907
Parent:
3:23a93f2f8cac
--- a/main.cpp	Sun Nov 29 00:04:35 2015 +0000
+++ b/main.cpp	Sun Nov 29 00:27:44 2015 +0000
@@ -199,7 +199,7 @@
 
     /* Example data printing */
     fxos.get_data (&fxos_data);
-    print_reading (&fxos_data);
+//    print_reading (&fxos_data);
     
     /* clear texture buffer */
     scroll_text_update (&sc_fch, &sc_xdt, scrolly_message);