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

Files at this revision

API Documentation at this revision

Comitter:
co657_frmb
Date:
Sun Nov 29 00:27:44 2015 +0000
Parent:
3:23a93f2f8cac
Commit message:
don't print initial accelerometer readings (broken anyway).

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);