summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio
AgeCommit message (Expand)Author
2021-03-18Merge pull request #4429 from jepler/displayio-bitmap-memoryviewJeff Epler
2021-03-17doc fixJeff Epler
2021-03-17displayio.Bitmap: Make memoryview()ableJeff Epler
2021-03-16add back peculiar r to docstringKevin Matocha
2021-03-16add is_transparent getter to displayio.PaletteKevin Matocha
2021-03-16Formattinggamblor21
2021-03-15Merge branch 'main' into rp_dp_parallelMark
2021-03-15run code formatting scriptmicroDev
2021-03-11Changed frequency to match PIO having 2 instructionsgamblor21
2021-03-11Set frequency default 60Mhzgamblor21
2021-03-11Add frequency support to parallel busgamblor21
2021-02-27Separate out mp_obj_list_insert for use in display.GroupRadomir Dopieralski
2021-02-27Remove max_size from displayio.GroupRadomir Dopieralski
2021-02-27Add displayio.Group.sort() methodRadomir Dopieralski
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