summaryrefslogtreecommitdiff
path: root/shared-module/displayio
AgeCommit message (Expand)Author
2019-07-09merge from masterDan Halbert
2019-06-18Merge pull request #1952 from tannewt/fixup_tilegrid_dirtyScott Shawcroft
2019-06-17Handle None for BLE name; fix ScanEntry bug; compile issueDan Halbert
2019-06-17Add baudrate to FourWire and shorten delay.Scott Shawcroft
2019-06-17Use width for x. Thanks @deshipuScott Shawcroft
2019-06-17Fix TileGrid's dirty tracking when changing top leftScott Shawcroft
2019-06-13Minor tweaks based on Dan's feedbackScott Shawcroft
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-06-12Add partial display update support.Scott Shawcroft
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-06Include display objects in gc.Dan Halbert
2019-05-31Fix off-by-one errorScott Shawcroft
2019-05-22Make point 2 in areas exclusive and simplify full_coverage.Scott Shawcroft
2019-05-21Rework the pixel computation to use areasScott Shawcroft
2019-05-15Remove old commentScott Shawcroft
2019-05-15Add index and remove to Group.Scott Shawcroft
2019-05-09Handle -scale to 0 correctly in GroupScott Shawcroft
2019-04-18Merge pull request #1815 from dhalbert/stop-flickerScott Shawcroft
2019-04-18add Display.__init__() args for brightness and auto_brightnessDan Halbert
2019-04-17Fix off by one error in OnDiskBitmapScott Shawcroft
2019-04-09Fix boards with no shared busses.Scott Shawcroft
2019-04-08Merge remote-tracking branch 'adafruit/master' into fix_cpx_displayScott Shawcroft
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-04-06Stop hard-coding SPI frequency in FourWireRadomir Dopieralski
2019-04-05Fix crash when getting board.SPI outside the VMScott Shawcroft
2019-04-05Added comment regarding parameter loopMelissa LeBlanc-Williams
2019-04-04Added option to easily treat SPI parameter data as commandsMelissa LeBlanc-Williams
2019-04-04Support multi-byte values with BitmapScott Shawcroft
2019-04-03change direction of shift rightcaternuson
2019-04-01Removed unnecessary bit-ANDingMelissa LeBlanc-Williams
2019-03-31Improved readability of Single Byte Bounds codeMelissa LeBlanc-Williams
2019-03-27Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...Melissa LeBlanc-Williams
2019-03-27Simplified cs toggling into fourwire onlyMelissa LeBlanc-Williams
2019-03-27Simplified into fourwire onlyMelissa LeBlanc-Williams
2019-03-27TileGrid: pixel_shader is not always a paletteDan Halbert
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Added small delay inside toggle for edge casesMelissa LeBlanc-Williams
2019-03-26Added small delay inside toggle for edge casesMelissa LeBlanc-Williams
2019-03-25Fixed wrong operatorMelissa LeBlanc-Williams
2019-03-24Added Single Byte Boundaries option for certain displaysMelissa LeBlanc-Williams
2019-03-23Moving Toggle to before command fixes driver issueMelissa LeBlanc-Williams
2019-03-23Added option to toggle cs in displayio init sequenceMelissa LeBlanc-Williams
2019-03-20Merge pull request #1670 from tannewt/fontioDan Halbert
2019-03-20Merge pull request #1676 from pewpew-game/bug1671Scott Shawcroft
2019-03-20Make displayio.Palette support more than 255 colorsRadomir Dopieralski
2019-03-19Move Glyph and BuiltinFont into fontioScott Shawcroft
2019-03-16after code.py runs, flush filesystem before resetting heapDan Halbert
2019-03-12Standardize TileGrid to x and y properties over positionScott Shawcroft
2019-03-12Accept x and y kwargs into Group for initial position.Scott Shawcroft