summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21remove other extraneous filesKevin Matocha
2020-08-21remove extraneous filesKevin Matocha
2020-08-21Merge adafruit/main latestKevin Matocha
2020-08-21Merge with latest adafruit/mainKevin Matocha
2020-08-21Merge remote-tracking branch 'source/main' into mainKevin Matocha
2020-08-21Updating main to adafruit/mainKevin Matocha
2020-08-21Merge pull request #3292 from jepler/allocate_display_bus_bugScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Merge pull request #3277 from jepler/sharpmemory-bugsScott Shawcroft
2020-08-18Fix build error for !SHARPDISPLAYJeff Epler
2020-08-18Fix build error for \!DISPLAYJeff Epler
2020-08-18displayio: Don't need to specialcase reset of sharpdisplay framebufferJeff Epler
2020-08-18reset_board_buses: need to check if sharpdisplay uses SPI busJeff Epler
2020-08-17Finish implementing scott's suggestionJeff Epler
2020-08-17Update shared-module/displayio/__init__.cJeff Epler
2020-08-17allocate_display_bus: fix bug where in-use bus would be returnedJeff Epler
2020-08-14deleted whitespaceKevin Matocha
2020-08-14deleted whitespaceKevin Matocha
2020-08-14Deleted trailing whitespaceKevin Matocha
2020-08-14Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, a...Kevin Matocha
2020-08-14Added bitmap.blit function for bitmap slice copyMargaret Matocha
2020-08-14Added bitmap.blit function for copying slices of bitmapsMargaret Matocha
2020-08-13bringing up to dateKevin Matocha
2020-08-13Merge branch 'main' into pixelbuf-iterableScott Shawcroft
2020-08-12sharpdisplay: Make PARTIAL_UPDATES unconditionalJeff Epler
2020-08-12Update shared-module/framebufferio/FramebufferDisplay.hJeff Epler
2020-08-12Fix build errors when SHARPDISPLAY && !RGBMATRIXJeff Epler
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
2020-08-12framebufferio: add dirty row trackingJeff Epler
2020-08-12framebufferio: Add getters for remaining displayio_display_core_construct arg...Jeff Epler
2020-08-12framebufferio: Check early if framebuffer is big enoughJeff Epler
2020-08-12framebufferio: add "first pixel offset" and "row stride"Jeff Epler
2020-08-12framebufferio: handle sharp memory displaysJeff Epler
2020-08-12framebufferio: Handle 1 (tested), 2, and 4 bpp displaysJeff Epler
2020-08-12framebufferio: Set type to none when releasingJeff Epler
2020-08-12framebufferio: Don't call swapbuffers unnecessarilyJeff Epler
2020-08-12framebufferio: Fix crash calling unimplemented get_brightnessJeff Epler
2020-08-10use the stackRoy Hooper
2020-08-10fix trailing whitespaceRoy Hooper
2020-08-07make pixelbuf handle floats and iterablesRoy Hooper
2020-08-07Adding bitmap.insert to copy a slice of a source bitmap into another bitmapMargaret Matocha
2020-08-07Added bitmap.insert function for slice copy into a bitmap from another bitmapMargaret Matocha
2020-07-29Merge pull request #3223 from dhalbert/unmount-before-resetScott Shawcroft
2020-07-28use top-left heuristic for vectorio.PolygonKenny
2020-07-28storage.erase_filesystem(): unmount and wait 1 second before resettingDan Halbert
2020-07-24Merge pull request #3099 from hierophect/stm32-timer-allocatorhierophect
2020-07-22Merge branch 'main' into memmonitorScott Shawcroft
2020-07-22Claim USB pins at startup to prevent overwritesLucian Copeland
2020-07-20vectorio: fix VectorShape non-transposed pixel placementKenny