Commit graph

67 commits

Author SHA1 Message Date
brentru
30eadb0891 add pypi text, config 2020-01-03 14:51:50 -05:00
Kattni
f007773f3c
Merge pull request #13 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
2019-10-21 19:50:31 -04:00
dherrada
8514fc9e77
Removed building locally section from README, replaced with documentation section 2019-10-17 18:28:03 -04:00
Scott Shawcroft
c2f9e3c750
Merge pull request #12 from brentru/fix-pybadge
Fix Pybadge no attribute error
2019-09-05 13:08:27 -07: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
Brent Rubell
2a9753232e
Merge pull request #10 from brentru/fix-cursor-centering-issue
Fix cursor centering issue
2019-07-22 17:05:10 -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
Limor "Ladyada" Fried
ceb286f1ef
Merge pull request #9 from brentru/patch-generate-cursor
Fix unsupported bitmap type.
2019-07-16 12:18:19 -04:00
brentru
222f903481 fix unsupported bitmap type 2019-07-16 12:11:56 -04:00
Limor "Ladyada" Fried
055b1f496e
Merge pull request #7 from dastels/master
Add support for changing cursor bitmap.
2019-07-06 19:17:20 -04:00
Dave Astels
c8020dce6b Add cursor bitmap manipulation 2019-07-05 18:21:20 -04:00
Dave Astels
f453f45122 Merge remote-tracking branch 'adafruit/master' 2019-07-05 13:58:43 -04:00
brentrubell
123d348878
Merge pull request #5 from dastels/cursor
Custom cursor support, rework 'hidden' property
2019-07-03 12:58:05 -04:00
Dave Astels
1b6a0accae Add example of using a custom cursor image 2019-07-03 12:43:47 -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
6882b4b913 Merge remote-tracking branch 'adafruit/master' 2019-07-03 10:39:34 -04:00
brentrubell
0c5cc05341
Merge pull request #3 from dastels/master
Use debouncer to handle button analysis
2019-07-03 10:33:18 -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
Limor "Ladyada" Fried
4f1f480194
Merge pull request #1 from brentru/cursor-control
Cursor Control!
2019-06-26 12:34:06 -04:00
brentru
28a34db311 update update() logic 2019-06-26 12:25:39 -04:00
brentru
979199710e update cursorcontrol_btns_txt to dynamically resize btns/ui elements for pygamer's smaller display 2019-06-25 13:47:40 -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
11af20e67d fix import statement order 2019-06-21 18:20:30 -04:00
brentru
a671d9f879 fix travis script 2019-06-21 18:16:24 -04:00
brentru
b81edf138e fix init 2019-06-21 18:06:46 -04:00
brentru
b4f7c81645 fixup docs 2019-06-21 18:05:03 -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
brentru
eb0cc44e32 fix wrong import order 2019-06-20 18:00:08 -04:00
brentru
9032419da4 fixing requirements.txt 2019-06-20 17:54:51 -04:00
brentru
75486f5cca pylint and sphinx pass 2019-06-20 17:50:50 -04:00
brentru
ba90767cc9 add code with correct header 2019-06-20 17:46:08 -04:00
brentru
08fce52fb4 fresh cookiecutter 2019-06-20 17:43:24 -04:00
brentru
3b50809c43 update readme, update library, sphinx builds 2019-06-20 16:13:42 -04:00