summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2021-02-02Merge pull request #4114 from tannewt/spidevice_spiScott Shawcroft
2021-02-01Add .spi accessor to SPIDeviceScott Shawcroft
2021-02-01Fixed for boards without longintgamblor21
2021-01-26rgbmatrix: Eliminate some duplicated height-calculating codeJeff Epler
2021-01-26RGBMatrix: Additional tile tweaksJeff Epler
2021-01-26protmatter: Update to version that supports tilingJeff Epler
2021-01-25Merge pull request #4051 from jamesbowman/mainScott Shawcroft
2021-01-25Merge pull request #3936 from gamblor21/busdevice_fixesScott Shawcroft
2021-01-22Change from fixed-point integer arguments to floating point in EVE API functionsJames Bowman
2021-01-20Fix warnings that come from -O3 (I think)Scott Shawcroft
2021-01-20Add initial RP2040 supportScott Shawcroft
2021-01-18handle exttype & chunk long readsBernhard Boser
2021-01-16Fixes from draft PRgamblor21
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