summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2020-05-11Merge pull request #2877 from rhooper/pixelbuf-doc-fixScott Shawcroft
2020-05-10ujson: do not eat trailing whitespacewarriorofwire
2020-05-10fix another doc error (pixelsx - thanks @theacodes)Roy Hooper
2020-05-10Fix docs some moreRoy Hooper
2020-05-10Minor fixes to _pixelbuf.PixelBuf docsRoy Hooper
2020-05-08Update wheel to colorwheel and fix RGB order.Kattni Rembor
2020-05-08Update colorwheel from GRB to RGB.Kattni Rembor
2020-05-06Fix type in RTC documentation.spkuehl
2020-05-06aesio: add basic AES encryption and decryptionSean Cross
2020-05-04trivial change to force rebuildDan Halbert
2020-05-04address review commentsDan Halbert
2020-05-04make translate againDan Halbert
2020-05-04add PacketBuffer .incoming_ and .outgoing_packet_lengthDan Halbert
2020-05-01Merge pull request #2838 from spkuehl/UART_sharedbinding_fixScott Shawcroft
2020-04-30Corrected UART output.spkuehl
2020-04-30PacketBuffer doc fixesDan Halbert
2020-04-29further cleanup and bug fixingDan Halbert
2020-04-29Merge remote-tracking branch 'adafruit/master' into ringbuf-fixesDan Halbert
2020-04-29back to '.packet_size' for compatiblityDan Halbert
2020-04-29rename and improve PacketBuffer packet length propertyDan Halbert
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-22ulab: Update from upstreamJeff Epler
2020-04-21merge from adafruitDan Halbert
2020-04-21further ringbuf cleanupDan Halbert
2020-04-21displayio: Fix "bus type" problem introduced at 8cba145c9029Jeff Epler
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
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-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
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