summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio
AgeCommit message (Expand)Author
2020-11-25displayio: Fix ColorConverter make_* methodsarturo182
2020-11-18EPaperDisplay: add rotation propertyJeff Epler
2020-11-13Add .busy property to EPaperDisplayScott Shawcroft
2020-11-13Add board.DISPLAY to MagTag. Fix luma computationScott Shawcroft
2020-11-10Correct display sequence format docsScott Shawcroft
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-10-26Add grayscale EInk supportScott Shawcroft
2020-10-19displayio: Update docs for ColorConverter's make_opaqueJensen Kuras
2020-10-16displayio: Add in opaque pixel option for futureJensen
2020-10-14displayio: Remove verbose errorJensen
2020-10-14displayio: ColorConverter handle if opaque color is blackJensen
2020-10-12displayio: Add make_transparent to ColorConverterJensen
2020-10-12displayio: Add make_transparent and make_opaque to ColorConvertorJensen
2020-10-12displayio: Pass transparent_color to ColorConverterJensen
2020-09-30Ran pre-commit locallyMark Roberts
2020-09-24Mostly-working-version with commentsMark Roberts
2020-09-21Changes to compile cleanlyMark Roberts
2020-09-21Initial commit bool column_and_page_addressingMark Roberts
2020-09-02Delete trailing whitespaceKevin Matocha
2020-09-02Add backticks to function references in docsKevin Matocha
2020-09-01Cleanup for sphinxKevin Matocha
2020-09-01Delete trailing whitespaceKevin Matocha
2020-09-01Add Optional[int] to docs stringKevin Matocha
2020-09-01Modified docs to try to pass sphinx buildKevin Matocha
2020-09-01Added some backticks to clarify the docsKevin Matocha
2020-09-01Add hanging tab to docKevin Matocha
2020-09-01Revise .refresh input default value for target_frames_per_second to NoneKevin Matocha
2020-09-01Remove trailing whitespaceKevin Matocha
2020-09-01delete unnecessary commentKevin Matocha
2020-09-01Update refresh to force immediate redraw with display.refresh() or display.re...Kevin Matocha
2020-08-21shorten error stringsKevin Matocha
2020-08-21Added hanging indents to docs per @sommersoft's suggestionKevin Matocha
2020-08-21More tweaks to try to fix documentation failingKevin Matocha
2020-08-21Minor tweaks to try to fix documentation failingKevin Matocha
2020-08-21Update documentation string with blank lineKevin Matocha
2020-08-21Merge adafruit/main latestKevin Matocha
2020-08-21Merge with latest adafruit/mainKevin Matocha
2020-08-21Updating main to adafruit/mainKevin Matocha
2020-08-15Update documentation to remove whitespacesKevin Matocha
2020-08-14Corrected erroneous edit to fill description to -> NoneKevin Matocha
2020-08-14Bug fixes related to input parameter handling x1,y1. Update commentsKevin 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-07Added bitmap.insert function for slice copy into a bitmap from another bitmapMargaret Matocha
2020-08-07Modify some Python stubsTaku Fukada
2020-07-30Fix inability to set values in 32-bit Bitmap.Christian Walther
2020-07-29Merge pull request #3214 from kmatch98/bitmap_writeScott Shawcroft
2020-07-28Updated to remove else statment, attempt to remove excess mpy-cross... fileMargaret Matocha