Prints objects on to a Nokia N5110 LCD display and makes them 'fall' down the display.

Dependents:   Game_Controller_Project

Revision:
13:f5e96e0c6a2e
Parent:
12:ba07ab8cdc35
--- a/Objects.cpp	Thu Apr 27 12:39:40 2017 +0000
+++ b/Objects.cpp	Thu May 04 10:29:42 2017 +0000
@@ -37,6 +37,7 @@
     }
     
     objects_shape = rand() % 5; //randomly select the shape of the object
+    //printf("object init\n");
 }