Accompanying library for Objects. Library contains five shapes that are selected at random by the Objects library and drawn on to the objects on a Nokia N5110 LCD display.

Dependents:   Game_Controller_Project

Revision:
1:d9e03c7482ad
Parent:
0:1976fca8d66a
Child:
2:15120c2cf507
--- a/Fruit.h	Mon Mar 27 18:32:24 2017 +0000
+++ b/Fruit.h	Tue Apr 04 16:33:38 2017 +0000
@@ -20,6 +20,8 @@
     void undraw_pear(int x, int y, N5110 &lcd);
     void draw_melon(int x, int y, N5110 &lcd);
     void undraw_melon(int x, int y, N5110 &lcd);
+    void draw_antifruit(int x, int y, N5110 &lcd);
+    void undraw_antifruit(int x, int y, N5110 &lcd);
     
     private: