Commit graph

30 commits

Author SHA1 Message Date
Kattni Rembor
30ce291f03 Black reformatting with Python 3 target. 2020-04-09 17:29:19 -04:00
dherrada
6c96ab8d1c Ran black, updated to pylint 2.x 2020-03-09 17:56:30 -04:00
brentru
284866a66e remove subclassing 2020-03-05 17:30:02 -05:00
brentru
ef3697ada3 remove useless object inherritance 2019-09-05 09:43:36 -04:00
brentru
fc5ffcc38c fix pybadge init 2019-09-05 09:40:07 -04:00
brentru
eb8c286831 fix CRLF/LF 2019-07-22 16:02:58 -04:00
brentru
9c3ecdf71e remove joyxctr, joyctr 2019-07-22 15:06:01 -04:00
brentru
d81ba2df28 remove variance kwarg from private method! 2019-07-22 12:38:39 -04:00
brentru
57d9562e32 add variance kwarg 2019-07-22 11:39:07 -04:00
brentru
fc1be268f3 fix joystick center position 2019-07-22 11:35:07 -04:00
brentru
222f903481 fix unsupported bitmap type 2019-07-16 12:11:56 -04:00
Dave Astels
c8020dce6b Add cursor bitmap manipulation 2019-07-05 18:21:20 -04:00
Dave Astels
764d27f8a6 Rework hide stuff to make hidden the property and hide/show the control 2019-07-03 10:50:32 -04:00
Dave Astels
2e9d633cdc Pylint tweaks 2019-07-03 10:49:37 -04:00
Dave Astels
9ef52d7ac0 Add support for custom cursor bitmap 2019-07-02 21:08:41 -04:00
Dave Astels
ab67ed0180 Enhance the class docstring 2019-07-02 18:40:25 -04:00
Dave Astels
3a72dd35fc A couple tweaks 2019-07-02 18:37:51 -04:00
Dave Astels
b63a241b6c Tweak superclass initialization 2019-07-02 17:08:55 -04:00
Dave Astels
a5e80317f9 Restore original class and make debouncer version a subclass 2019-07-02 17:00:22 -04:00
Dave Astels
572336904b Use debouncer to handle button analysis 2019-07-02 16:28:39 -04:00
brentru
28a34db311 update update() logic 2019-06-26 12:25:39 -04:00
brentru
6aafca1bf4 add joystick handling for the pygamer 2019-06-25 13:46:28 -04:00
brentru
2724b957cd cursormanager has no knowledge of buttons, add property to return if update() yielded a click. both examples use cursormanager. negative speed can not be set. 2019-06-25 11:08:39 -04:00
brentru
20225e7e9d drop adafruit_ from file name, already in an adafruit_ folder 2019-06-21 18:22:02 -04:00
brentru
b81edf138e fix init 2019-06-21 18:06:46 -04:00
brentru
90c702ac50 add empty __init__.py file 2019-06-21 18:03:25 -04:00
brentru
9b4ca436a6 pylinted! 2019-06-21 18:01:04 -04:00
brentru
1bb7041f27 unify the init code for pybadge OR pygamer 2019-06-21 12:48:50 -04:00
brentru
6bdcb60a60 adding a high-level cursor control management class 2019-06-21 12:07:59 -04:00
brentru
f35ef16a8c add methods for ContextManager, cursor deinitialization and check 2019-06-21 11:08:53 -04:00