Commit graph

  • bec93f303d Fixed discord invite link master 2.2.2 rad/master dherrada 2020-07-08 16:49:04 -0400
  • 31908f7212
    Merge pull request #21 from adafruit/black-update 2.2.1 Dan Halbert 2020-04-09 21:34:28 -0400
  • 30ce291f03 Black reformatting with Python 3 target. Kattni Rembor 2020-04-09 17:29:19 -0400
  • 67364f38bc build.yml: add black formatting check sommersoft 2020-04-07 15:02:31 -0500
  • f5d66219a0 update code of coduct: discord moderation contact section 2.2.0 sommersoft 2020-03-15 11:49:22 -0500
  • b2b75c0d45
    Merge pull request #20 from sommersoft/patch_coc sommersoft 2020-03-13 14:29:24 -0500
  • b8427bec9f update code of conduct sommersoft 2020-03-13 14:10:42 -0500
  • 1dcda5ec7e
    Merge pull request #19 from adafruit/pylint-update Kattni 2020-03-12 15:02:58 -0400
  • fa9d4e6238 Re-added --force-reinstall dherrada 2020-03-12 13:59:38 -0400
  • df49c8856c
    Merge pull request #18 from adafruit/pylint-update Kattni 2020-03-09 19:18:39 -0400
  • b2ab0d2f8c Set Pylint to most recent version dherrada 2020-03-09 17:57:31 -0400
  • 6c96ab8d1c Ran black, updated to pylint 2.x dherrada 2020-03-09 17:56:30 -0400
  • 5b62dc9726
    Merge pull request #17 from brentru/fix-for-pylint dherrada 2020-03-09 17:46:48 -0400
  • d63c78fc54 update pylintrc for black sommersoft 2020-03-05 22:06:59 -0600
  • 284866a66e remove subclassing brentru 2020-03-05 17:30:02 -0500
  • 9bc1ffe6de build.yml: move pylint, black, and Sphinx installs to each repo; add description to 'actions-ci/install.sh' sommersoft 2020-03-03 00:28:48 -0600
  • 787b7cf122 update pylint examples directive 2.1.4 sommersoft 2020-01-08 21:09:22 -0600
  • 64c31adbe3
    Merge pull request #15 from adafruit/dherrada-patch-1 Limor "Ladyada" Fried 2020-01-04 21:34:15 -0500
  • 2bc1c723b6 Moved repository from Travis to GitHub Actions dherrada 2020-01-04 15:14:32 -0500
  • ee60a3970a
    Merge pull request #14 from brentru/add-pypi Brent Rubell 2020-01-03 14:54:35 -0500
  • 30eadb0891 add pypi text, config brentru 2020-01-03 14:51:50 -0500
  • f007773f3c
    Merge pull request #13 from adafruit/dherrada-patch-1 Kattni 2019-10-21 19:50:31 -0400
  • 8514fc9e77
    Removed building locally section from README, replaced with documentation section dherrada 2019-10-17 18:28:03 -0400
  • c2f9e3c750
    Merge pull request #12 from brentru/fix-pybadge 2.1.3 Scott Shawcroft 2019-09-05 13:08:27 -0700
  • ef3697ada3 remove useless object inherritance brentru 2019-09-05 09:43:36 -0400
  • fc5ffcc38c fix pybadge init brentru 2019-09-05 09:40:07 -0400
  • 2a9753232e
    Merge pull request #10 from brentru/fix-cursor-centering-issue 2.1.2 Brent Rubell 2019-07-22 17:05:10 -0400
  • eb8c286831 fix CRLF/LF brentru 2019-07-22 16:02:58 -0400
  • 9c3ecdf71e remove joyxctr, joyctr brentru 2019-07-22 15:06:01 -0400
  • d81ba2df28 remove variance kwarg from private method! brentru 2019-07-22 12:38:39 -0400
  • 57d9562e32 add variance kwarg brentru 2019-07-22 11:39:07 -0400
  • fc1be268f3 fix joystick center position brentru 2019-07-22 11:35:07 -0400
  • ceb286f1ef
    Merge pull request #9 from brentru/patch-generate-cursor 2.1.1 Limor "Ladyada" Fried 2019-07-16 12:18:19 -0400
  • 222f903481 fix unsupported bitmap type brentru 2019-07-16 12:11:56 -0400
  • 055b1f496e
    Merge pull request #7 from dastels/master 2.1.0 Limor "Ladyada" Fried 2019-07-06 19:17:20 -0400
  • c8020dce6b Add cursor bitmap manipulation Dave Astels 2019-07-05 18:21:20 -0400
  • f453f45122 Merge remote-tracking branch 'adafruit/master' Dave Astels 2019-07-05 13:58:43 -0400
  • 123d348878
    Merge pull request #5 from dastels/cursor 2.0.0 brentrubell 2019-07-03 12:58:05 -0400
  • 1b6a0accae Add example of using a custom cursor image Dave Astels 2019-07-03 12:43:47 -0400
  • 764d27f8a6 Rework hide stuff to make hidden the property and hide/show the control Dave Astels 2019-07-03 10:50:32 -0400
  • 2e9d633cdc Pylint tweaks Dave Astels 2019-07-03 10:49:37 -0400
  • 6882b4b913 Merge remote-tracking branch 'adafruit/master' Dave Astels 2019-07-03 10:39:34 -0400
  • 0c5cc05341
    Merge pull request #3 from dastels/master 1.1.0 brentrubell 2019-07-03 10:33:18 -0400
  • 9ef52d7ac0 Add support for custom cursor bitmap Dave Astels 2019-07-02 21:08:41 -0400
  • ab67ed0180 Enhance the class docstring Dave Astels 2019-07-02 18:40:25 -0400
  • 3a72dd35fc A couple tweaks Dave Astels 2019-07-02 18:37:51 -0400
  • b63a241b6c Tweak superclass initialization Dave Astels 2019-07-02 17:08:55 -0400
  • a5e80317f9 Restore original class and make debouncer version a subclass Dave Astels 2019-07-02 17:00:22 -0400
  • 572336904b Use debouncer to handle button analysis Dave Astels 2019-07-02 16:28:39 -0400
  • 4f1f480194
    Merge pull request #1 from brentru/cursor-control 1.0.0 Limor "Ladyada" Fried 2019-06-26 12:34:06 -0400
  • 28a34db311 update update() logic brentru 2019-06-26 12:25:39 -0400
  • 979199710e update cursorcontrol_btns_txt to dynamically resize btns/ui elements for pygamer's smaller display brentru 2019-06-25 13:47:40 -0400
  • 6aafca1bf4 add joystick handling for the pygamer brentru 2019-06-25 13:46:28 -0400
  • 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. brentru 2019-06-25 11:08:39 -0400
  • 20225e7e9d drop adafruit_ from file name, already in an adafruit_ folder brentru 2019-06-21 18:22:02 -0400
  • 11af20e67d fix import statement order brentru 2019-06-21 18:20:30 -0400
  • a671d9f879 fix travis script brentru 2019-06-21 18:16:24 -0400
  • b81edf138e fix init brentru 2019-06-21 18:06:46 -0400
  • b4f7c81645 fixup docs brentru 2019-06-21 18:05:03 -0400
  • 90c702ac50 add empty __init__.py file brentru 2019-06-21 18:03:25 -0400
  • 9b4ca436a6 pylinted! brentru 2019-06-21 18:01:04 -0400
  • 1bb7041f27 unify the init code for pybadge OR pygamer brentru 2019-06-21 12:48:50 -0400
  • 6bdcb60a60 adding a high-level cursor control management class brentru 2019-06-21 12:07:59 -0400
  • f35ef16a8c add methods for ContextManager, cursor deinitialization and check brentru 2019-06-21 11:08:53 -0400
  • eb0cc44e32 fix wrong import order brentru 2019-06-20 18:00:08 -0400
  • 9032419da4 fixing requirements.txt brentru 2019-06-20 17:54:51 -0400
  • 75486f5cca pylint and sphinx pass brentru 2019-06-20 17:50:50 -0400
  • ba90767cc9 add code with correct header brentru 2019-06-20 17:46:08 -0400
  • 08fce52fb4 fresh cookiecutter brentru 2019-06-20 17:43:24 -0400
  • 3b50809c43 update readme, update library, sphinx builds brentru 2019-06-20 16:13:42 -0400
  • 034026e985 remove dispio dep, display object is passed in, add code example brentru 2019-06-20 15:42:57 -0400
  • 753946404b add advanced cursor+btns+txt demo example brentru 2019-06-20 15:19:57 -0400
  • cfb1c6f1eb add simpletest, remove buttontest brentru 2019-06-20 15:15:59 -0400
  • ad31b572ce pylint! brentru 2019-06-20 14:46:13 -0400
  • 41fc40457a add dynamic boundingbox from display, remove loading a cursor bitmap brentru 2019-06-20 12:47:25 -0400
  • 62518facba only scale if positive, bump cursor default speed, update example brentru 2019-06-19 17:56:32 -0400
  • 64a228953a refactor is_hidden into hide as a setter/getter brentru 2019-06-18 18:17:08 -0400
  • 06cf33620f autogenerate a cursor using bitmaps, make load_cursor_bitmap an optional, user-defined method, add a property for setting the group's scale, add a getter for scale brentru 2019-06-18 17:49:21 -0400
  • 5f261097eb pylinting brentru 2019-06-18 14:07:42 -0400
  • b41213f233 dont move the cursor on x/y grid if its property is set to hidden brentru 2019-06-18 13:58:09 -0400
  • 9b600ea393 append the group instead of inserting it at a fixed location, could cause layer issues brentru 2019-06-18 13:54:20 -0400
  • c55efc8c08 add hide/show cursor methods, ishidden property brentru 2019-06-18 12:40:23 -0400
  • 08126f4b92 sub-group cursor group within the code's primary group brentru 2019-06-18 11:57:57 -0400
  • 0143154a6f cursor has a lot of related display data, pass in as a dictionaryso someone could define different properties dynamcially brentru 2019-06-18 11:22:50 -0400
  • 69632781e5 allow for dynamic scaling of the cursor bitmap using Group brentru 2019-06-18 11:12:40 -0400
  • 3e063e1ec0 initial working library commit. BMP cursor, boundingbox, movement, speed tested brentru 2019-06-18 10:54:59 -0400
  • 8eda7d2430
    Initial commit brentrubell 2019-06-18 10:48:04 -0400