summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2021-03-04Be cognizant of null transform for .transpose_xyDan Halbert
2021-03-03use self->members in displayio_group_set()Dan Halbert
2021-03-03Merge pull request #4315 from dhalbert/rp2040-i2c-short-writesDan Halbert
2021-03-02Merge pull request #4186 from jepler/update-protomatter-rp2Jeff Epler
2021-03-02Merge remote-tracking branch 'adafruit/main' into rp2040-i2c-short-writesDan Halbert
2021-03-02wipDan Halbert
2021-03-02Merge pull request #4233 from pewpew-game/displayio-group-listScott Shawcroft
2021-03-01Merge pull request #4256 from kmatch98/bt_cleanupScott Shawcroft
2021-03-01Merge remote-tracking branch 'origin/main' into update-protomatter-rp2Jeff Epler
2021-02-27Separate out mp_obj_list_insert for use in display.GroupRadomir Dopieralski
2021-02-27Remove max_size from displayio.GroupRadomir Dopieralski
2021-02-27Remove unused typedef for group childrenRadomir Dopieralski
2021-02-27Separate mp_obj_list_pop so it can be used outside of objlist.cRadomir Dopieralski
2021-02-27Replace displaio.Group.children with a python listRadomir Dopieralski
2021-02-27displaio: don't store group children native objectRadomir Dopieralski
2021-02-26fix two off by one errorsKevin Matocha
2021-02-26Merge remote-tracking branch 'origin/main' into update-protomatter-rp2Jeff Epler
2021-02-25Update for clean blitting into itselfKevin Matocha
2021-02-25Merge pull request #4258 from jepler/pixelbuf-brightness-performanceScott Shawcroft
2021-02-24_pixelbuf: Respond to review commentsJeff Epler
2021-02-24Add the missing argument to the HID functionsKamil Tomaszewski
2021-02-24_pixelbuf: Increase performance of brightness-scalingJeff Epler
2021-02-23Add bitmaptools moduleKevin Matocha
2021-02-21Avoid pulling in extra float-uint64 routinesDan Halbert
2021-02-19merge from upstream; re-alphabetizeDan Halbert
2021-02-19handle reads/writes larger than buffers; add .write_timeoutDan Halbert
2021-02-18requested changesJeff Epler
2021-02-18bitops: rename from _bit_transpose, describe the algorithmJeff Epler
2021-02-18bit_transpose: Support from 2 to 7 strands, not just 8Jeff Epler
2021-02-18core: add bit_transpose functionJeff Epler
2021-02-17add timeout; finish up for PRDan Halbert
2021-02-16works! no timeoutsDan Halbert
2021-02-15wip: usb_cdc.serialsDan Halbert
2021-02-15Merge remote-tracking branch 'adafruit/main' into secondary-cdcDan Halbert
2021-02-12wipDan Halbert
2021-02-12Enable protomatter on RP2040 buildsJeff Epler
2021-02-11Remove adafruit_bus_device.SPIDevice.spiDan Halbert
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