summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio
AgeCommit message (Collapse)Author
2021-04-02can't xref this right nowJeff Epler
2021-04-02displayio: ulab.frombuffer -> ulab.numpy.frombufferJeff Epler
2021-03-18Merge pull request #4429 from jepler/displayio-bitmap-memoryviewJeff Epler
displayio.Bitmap: Make memoryview()able
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
Note that for some reason this makes the binary 500 bytes larger!
2021-02-27Remove max_size from displayio.GroupRadomir Dopieralski
Still accept it as an argument. Add deprecation note.
2021-02-27Add displayio.Group.sort() methodRadomir Dopieralski
2020-11-25displayio: Fix ColorConverter make_* methodsarturo182
2020-11-18EPaperDisplay: add rotation propertyJeff Epler
untested, because I don't want to mess my magtag demo up :) but it builds
2020-11-13Add .busy property to EPaperDisplayScott Shawcroft
2020-11-13Add board.DISPLAY to MagTag. Fix luma computationScott Shawcroft
* Initialize the EPaper display on the MagTag at start. * Tweak the display send to take a const buffer. * Correct Luma math * Multiply the blue component, not add. * Add all of the components together before dividing. This reduces the impact of truncated division.
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
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
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
Signed-off-by: Jensen <jensechu@gmail.com>
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 ↵Kevin Matocha
display.refresh(target_frames_per_second=None), even with auto_refresh=False
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