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
History
2017-05-04, by Nathanj94 [Thu, 04 May 2017 12:24:04 +0000] rev 13
Doxygen updated
2017-05-04, by Nathanj94 [Thu, 04 May 2017 11:16:07 +0000] rev 12
Doxygen updated
Adjusted speed of basket w/ joystick
2017-05-04, by Nathanj94 [Thu, 04 May 2017 10:28:56 +0000] rev 11
Adjusted speed of basket w/ joystick
All documentation added
2017-04-27, by Nathanj94 [Thu, 27 Apr 2017 12:39:16 +0000] rev 10
All documentation added
Removed redundancy and organised header/main ready for final notes
2017-04-22, by Nathanj94 [Sat, 22 Apr 2017 12:21:58 +0000] rev 9
Removed redundancy and organised header/main ready for final notes
Basket can be moved correctly/consistently with L and R buttons
2017-04-18, by Nathanj94 [Tue, 18 Apr 2017 14:27:06 +0000] rev 8
Basket can be moved correctly/consistently with L and R buttons
No changes;
2017-04-04, by Nathanj94 [Tue, 04 Apr 2017 16:31:21 +0000] rev 7
No changes;
Replaced add_score() with four similar methods adding different scores, to be called depending on which "fruit" is caught in the basket
2017-03-31, by Nathanj94 [Fri, 31 Mar 2017 13:42:55 +0000] rev 6
Replaced add_score() with four similar methods adding different scores, to be called depending on which "fruit" is caught in the basket
Improved names of functions and variables;; Added use of L/R buttons to move basket but not working while the buttons are held down, only with each press
2017-03-23, by Nathanj94 [Thu, 23 Mar 2017 15:24:22 +0000] rev 5
Improved names of functions and variables;; Added use of L/R buttons to move basket but not working while the buttons are held down, only with each press
functions added to get x and y coords for collision functions
2017-03-21, by Nathanj94 [Tue, 21 Mar 2017 11:08:39 +0000] rev 4
functions added to get x and y coords for collision functions