Commit graph

87 commits

Author SHA1 Message Date
dherrada
bec93f303d Fixed discord invite link 2020-07-08 16:49:04 -04:00
Dan Halbert
31908f7212
Merge pull request #21 from adafruit/black-update
Black reformatting with Python 3 target.
2020-04-09 21:34:28 -04:00
Kattni Rembor
30ce291f03 Black reformatting with Python 3 target. 2020-04-09 17:29:19 -04:00
sommersoft
67364f38bc build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 15:51:08 -05:00
sommersoft
f5d66219a0 update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:24:00 -05:00
sommersoft
b2b75c0d45
Merge pull request #20 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 14:29:24 -05:00
sommersoft
b8427bec9f update code of conduct 2020-03-13 14:10:42 -05:00
Kattni
1dcda5ec7e
Merge pull request #19 from adafruit/pylint-update
Re-added --force-reinstall
2020-03-12 15:02:58 -04:00
dherrada
fa9d4e6238 Re-added --force-reinstall 2020-03-12 13:59:38 -04:00
Kattni
df49c8856c
Merge pull request #18 from adafruit/pylint-update
Pylint update
2020-03-09 19:18:39 -04:00
dherrada
b2ab0d2f8c Set Pylint to most recent version 2020-03-09 17:57:31 -04:00
dherrada
6c96ab8d1c Ran black, updated to pylint 2.x 2020-03-09 17:56:30 -04:00
dherrada
5b62dc9726
Merge pull request #17 from brentru/fix-for-pylint
Remove subclassing
2020-03-09 17:46:48 -04:00
sommersoft
d63c78fc54 update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:04:15 -05:00
brentru
284866a66e remove subclassing 2020-03-05 17:30:02 -05:00
sommersoft
9bc1ffe6de build.yml: move pylint, black, and Sphinx installs to each repo; add description to 'actions-ci/install.sh'
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-05 10:03:02 -06:00
sommersoft
787b7cf122 update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:13:51 -06:00
Limor "Ladyada" Fried
64c31adbe3
Merge pull request #15 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2020-01-04 21:34:15 -05:00
dherrada
2bc1c723b6 Moved repository from Travis to GitHub Actions 2020-01-04 15:14:32 -05:00
Brent Rubell
ee60a3970a
Merge pull request #14 from brentru/add-pypi
add pypi text, config
2020-01-03 14:54:35 -05:00
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