summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
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-08discovery of Nordic UART service workingDan Halbert
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
2020-07-20Merge pull request #3175 from jepler/background-callback-bugsScott Shawcroft
2020-07-20pre-allocate list of known sizeKenny
2020-07-20framebufferio: Handle auto refresh flag at resetJeff Epler
2020-07-19fix 3169: Polygon.points propertyKenny
2020-07-17Add ignore() and fix docsScott Shawcroft
2020-07-17Get AllocationAlarm workingScott Shawcroft
2020-07-17Add memorymonitor moduleScott Shawcroft
2020-07-15displayio, framebufferio: Enable supervisor tick when a display is auto-refreshJeff Epler
2020-07-15MP3Decoder: take advantage of background callbackJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler