summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2021-01-16Changing to duck-typinggamblor21
2021-01-12Merge remote-tracking branch 'origin/main' into audioout-esp32Jeff Epler
2021-01-05Merge branch 'main' into msgpackiot49
2021-01-05Merge branch 'msgpack' of github.com:iot49/iotpython into msgpackBernhard Boser
2020-12-29esp32s2: add I2SOutJeff Epler
2020-12-28update common_hal_reset_pin()microDev
2020-12-21Merge pull request #3834 from jepler/pr3723Scott Shawcroft
2020-12-19speedup pack_bin, ext, str; catch short readsBernhard Boser
2020-12-18adafruit_bus_device: Don't transmit STOP condition in write_then_readintoJeff Epler
2020-12-17OnDiskBitmap: Correct handling of "0 color palette" imagesJeff Epler
2020-12-16displayio: ColorConverter: fix logic errors about transparent pixelsJeff Epler
2020-12-11Merge branch 'main' into msgpackScott Shawcroft
2020-12-07add ExtType, update doc, add a testBernhard Boser
2020-12-02Merge pull request #3612 from gamblor21/bus_deviceScott Shawcroft
2020-12-02Merge remote-tracking branch 'adafruit/main' into msgpackScott Shawcroft
2020-12-02Merge pull request #3767 from dhalbert/sleepScott Shawcroft
2020-12-01rename read, write to read_bytes, write_bytesBernhard Boser
2020-12-01disable on boards tight on memory. add stddef.h to imports (not actually need...Bernhard Boser
2020-12-01fixed res may not be initialized in read_sizeBernhard Boser
2020-12-01cleanupBernhard Boser
2020-12-01output little endian; update exampleBernhard Boser
2020-12-01removed blanks line at end of fileBernhard Boser
2020-12-01moved logic to shared-module and added documentationBernhard Boser
2020-12-01Merge branch 'main' into bus_deviceMark
2020-11-28Fix align32_size().Christian Walther
2020-11-28Use movable allocation system for RGBMatrix allocations.Christian Walther
2020-11-28Use movable allocation system for Sharp display framebuffer.Christian Walther
2020-11-28Add movable allocation system.Christian Walther
2020-11-27merge from upstreamDan Halbert
2020-11-25merge from upstream + wipDan Halbert
2020-11-24Fix opcode typo in VertexFormat()James Bowman
2020-11-23Merge pull request #3718 from jepler/epd-rotationScott Shawcroft
2020-11-18Fix Palette grayscale for EInk.Scott Shawcroft
2020-11-18EPaperDisplay: add rotation propertyJeff Epler
2020-11-13Add .busy property to EPaperDisplayScott Shawcroft
2020-11-13Add board.DISPLAY to MagTag. Fix luma computationScott Shawcroft
2020-11-11Add abort check in I2C lockgamblor21
2020-11-09use full_change instead of movedfoamyguy
2020-11-08set moved true when unhiding tilegridfoamyguy
2020-11-03Renamed to adafruit_bus_devicegamblor21
2020-11-01Fixes from testing SPIgamblor21
2020-10-31Initial SPI commitgamblor21
2020-10-31Merge pull request #3627 from adafruit/6.0.xDan Halbert
2020-10-29Fixing review commentsgamblor21
2020-10-27Fixed whitespace issuesgamblor21
2020-10-26Add grayscale EInk supportScott Shawcroft
2020-10-26Added doc and translationsgamblor21
2020-10-26Fix lost board.SPI and board.I2C after explicitly deiniting them.Christian Walther
2020-10-26Fix lost board.SPI and board.I2C after being used by display.Christian Walther
2020-10-26Fix erroneous claim of board.I2C() by deinited display.Christian Walther