summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2020-08-19Ping works!Scott Shawcroft
2020-08-19Ping work and start to add socketpoolScott Shawcroft
2020-08-19Add ipaddressScott 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-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-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
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