Library that draws a basket on a Nokia N5110 LCD display and allows it to be moved left/right on the display using buttons or a joystick.

Dependents:   Game_Controller_Project

Revision:
6:2aec1ed2a75a
Parent:
5:32421eb42841
Child:
8:48c5adc809e1
--- a/Basket.h	Thu Mar 23 15:24:22 2017 +0000
+++ b/Basket.h	Fri Mar 31 13:42:55 2017 +0000
@@ -14,7 +14,10 @@
     void init(int y, int width);
     void draw(N5110 &lcd);
     void move(Direction d, float mag, Gamepad &pad);
-    void add_score();
+    void add_score_1();
+    void add_score_2();
+    void add_score_5();
+    void add_score_10();
     int get_score();
     int get_x();
     int get_y();