summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio
AgeCommit message (Expand)Author
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
2020-07-28Updated to remove unnecessary else statementMargaret Matocha
2020-07-28Deleted mpy-cross fileMargaret Matocha
2020-07-27Updated Group.c to correct bug with insert into groupsMargaret Matocha
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-16Made requested changes in displayiodherrada
2020-07-03Added type hints previously misseddherrada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to displayiodherrada
2020-07-02Removed all 'self, )'dherrada
2020-06-14shared-bindings: Change docstrings with '\x...' chars to raw stringsJeff Epler
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft