summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2020-04-21displayio: Fix "bus type" problem introduced at 8cba145c9029Jeff Epler
2020-04-19RGBMatrix: nonessential change to kick ActionsJeff Epler
2020-04-17framebufferio: update copyright informationJeff Epler
2020-04-17RGBMatrix: this comment no longer describes the codeJeff Epler
2020-04-17RGBMatrix: documentation got behind the codeJeff Epler
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff Epler
2020-04-17RGBMatrix: remove unneeded propertiesJeff Epler
2020-04-17framebufferio: get width, etc., from protocol, not object propertyJeff Epler
2020-04-17Rename Protomatter -> RGBMatrixJeff Epler
2020-04-17protomatter: move get_width/height to common_halJeff Epler
2020-04-17fix doc buildJeff Epler
2020-04-17framebufferio: get more properties direct from underlying framebufferJeff Epler
2020-04-17Rename _protomatter -> protomatterJeff Epler
2020-04-17framebufferio: get width, height from framebuffer propertiesJeff Epler
2020-04-17Protomatter: add width, height propertiesJeff Epler
2020-04-14Protomatter: Make all arguments kw-only, add rgb count and optional height ch...Jeff Epler
2020-04-14protomatter: Respond to review commentsJeff Epler
2020-04-14protomatter: clarify by comment why these functions existJeff Epler
2020-04-14framebufferio: move backlight down to the underlying framebufferJeff Epler
2020-04-14protomatter: code styleJeff Epler
2020-04-14protomatter: validate pins to give better error messageJeff Epler
2020-04-14protomatter: improve an error messageJeff Epler
2020-04-14FramebufferDisplay: remove probably not needed constructor argumentsJeff Epler
2020-04-14protomatter: make docstring match implementationJeff Epler
2020-04-14_protomatter: move get/set paused into shared-moduleJeff Epler
2020-04-14Make function name more descriptiveJeff Epler
2020-04-14use floor division in docstringJeff Epler
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2020-04-14displayio: implement, use allocate_new_display_bus_or_raiseJeff Epler
2020-04-14displayio: implement, use allocate_display_or_raiseJeff Epler
2020-04-14Merge pull request #2767 from jepler/update-ulabScott Shawcroft
2020-04-14Merge pull request #2756 from caternuson/bitmap_fillScott Shawcroft
2020-04-13doc updatesJeff Epler
2020-04-09add docstring, clean upcaternuson
2020-04-09initial working fillcaternuson
2020-04-09ulab/__init__.rst: fix attribute name; uint8 -> uint16sommersoft
2020-03-31Merge pull request #2741 from tannewt/fix_packetbuffer_serverScott Shawcroft
2020-03-28Merge pull request #2730 from tannewt/fix_fourwire_phase_polarityJeff Epler
2020-03-26Don't break the function signatureScott Shawcroft
2020-03-25adding a backlight polarity flag to Displaysiddacious
2020-03-25Add exception on small buffer and fix Connecion WRITE handlingScott Shawcroft
2020-03-25Add polarity and phase to FourWire.Scott Shawcroft
2020-03-17Update shared-bindings/ulab/__init__.rstJeff Epler
2020-03-17ulab: update documentationJeff Epler
2020-03-06Make ParallelBus reset ping arg requiredDan Halbert
2020-03-05Merge remote-tracking branch 'adafruit/master' into assert_pin-and-mp_const_n...Dan Halbert
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-29missing semicolonDan Halbert
2020-02-29update uses of assert_pin_free; remove redundant checksDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert