summaryrefslogtreecommitdiff
path: root/shared-module/displayio
AgeCommit message (Expand)Author
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
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-18Fix build error for !SHARPDISPLAYJeff Epler
2020-08-18displayio: Don't need to specialcase reset of sharpdisplay framebufferJeff 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-12Fix build errors when SHARPDISPLAY && !RGBMATRIXJeff Epler
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
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-20framebufferio: Handle auto refresh flag at resetJeff Epler
2020-07-15displayio, framebufferio: Enable supervisor tick when a display is auto-refreshJeff Epler
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft
2020-06-10Issue #3014 - refresh after changing to transparentDavePutz
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
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-05Merge pull request #2842 from hierophect/stm32-h7-displayiohierophect
2020-05-01Fix flag typoLucian Copeland
2020-04-30Make PulseIO optional within DisplayIOLucian Copeland
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff Epler
2020-04-17Rename Protomatter -> RGBMatrixJeff Epler
2020-04-17Rename _protomatter -> protomatterJeff Epler
2020-04-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-14displayio: swap colors in palettes tooJeff Epler
2020-04-14protomatter: release the protomatter object during release_displays()Jeff Epler
2020-04-14fix build for non-displayio & non-protomatter targetsJeff Epler
2020-04-14protomatter: more memory allocation fixesJeff Epler
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2020-04-14displayio: implement, use allocate_new_display_bus_or_raiseJeff Epler
2020-04-14displayio: implement, use allocate_display_or_raiseJeff Epler
2020-04-13make packed word and copy it incaternuson
2020-04-09add docstring, clean upcaternuson
2020-04-09initial working fillcaternuson