summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
2020-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-22_pew: move to common-halJeff Epler
2020-06-15remove debugging printsDan Halbert
2020-06-15Fix ScanEntry prefix matching for allDan Halbert
2020-06-10Issue #3014 - refresh after changing to transparentDavePutz
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-06-01audiomixer: Fix garbled playback when voice 0 is stopped, audio popsJeff Epler
2020-05-24Allow setting RGBW pixels with RGB tuplesRoy Hooper
2020-05-22Simplify pixelbuf set_pixels functionGeorge Waters
2020-05-22Use mp_int_t for setting pixelbuf slice indicesGeorge Waters
2020-05-21Implement negative step for pixelbuf slicesGeorge Waters
2020-05-18Merge pull request #2837 from k0d/serial-debugScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-05-18remove a duplication in polygon.cwarriorofwire
2020-05-18vectorio: speed up polygonwarriorofwire
2020-05-13Gamepad & GamepadShift: Enable ticks while object existsJeff Epler
2020-05-12add performance measurement to VectorShapewarriorofwire
2020-05-12make Circle return explicitwarriorofwire
2020-05-10vectorio: fix up Rectanglewarriorofwire
2020-05-10vectorio: clean up after group removalwarriorofwire
2020-05-10vectorio: respect display transpose and mirror.warriorofwire
2020-05-09vectorio: switch per-shape transform to Displaywarriorofwire
2020-05-09Add vectorio: for drawing shapeswarriorofwire
2020-05-06aesio: add basic AES encryption and decryptionSean Cross
2020-05-05Merge pull request #2842 from hierophect/stm32-h7-displayiohierophect
2020-05-04make translate againDan Halbert
2020-05-01Fix flag typoLucian Copeland
2020-04-30Make PulseIO optional within DisplayIOLucian Copeland
2020-04-21ringbuf testedDan Halbert
2020-04-21merge from adafruitDan Halbert
2020-04-21further ringbuf cleanupDan Halbert
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-17framebufferio: update copyright informationJeff Epler
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff 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-17Rename _protomatter -> protomatterJeff Epler
2020-04-16Remove tick.h from merged file.Scott Shawcroft
2020-04-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-14displayio: swap colors in palettes tooJeff Epler
2020-04-14protomatter: Respond to review commentsJeff Epler
2020-04-14framebufferio: move backlight down to the underlying framebufferJeff Epler
2020-04-14protomatter: Use low end of supervisor heapJeff Epler
2020-04-14protomatter: release the protomatter object during release_displays()Jeff Epler
2020-04-14protomatter: allocator: Never supervisor-alloc while gc availableJeff Epler
2020-04-14FramebufferDisplay: remove probably not needed constructor argumentsJeff Epler