summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio
AgeCommit message (Expand)Author
2019-05-14Merge pull request #1883 from tannewt/fix_1881Dan Halbert
2019-05-14Update Palette.cMatt Land
2019-05-13Check native object in case of early accessScott Shawcroft
2019-05-10add documentation of transparencyMatt Land
2019-05-10Add documentation for Palette shared binding Matt Land
2019-04-18add Display.__init__() args for brightness and auto_brightnessDan Halbert
2019-04-18Turn off auto_brightness if brightness is setDan Halbert
2019-04-09Tweak pybadge and fix display bugsScott 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-06Expose displayio.Display.busRadomir Dopieralski
2019-04-05Always check TileGrid's x, yScott Shawcroft
2019-04-04Added option to easily treat SPI parameter data as commandsMelissa LeBlanc-Williams
2019-03-27Simplified cs toggling into fourwire onlyMelissa LeBlanc-Williams
2019-03-27Simplified into fourwire onlyMelissa LeBlanc-Williams
2019-03-26Comment CleanupMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...Melissa LeBlanc-Williams
2019-03-26Merge branch 'master' of https://github.com/adafruit/circuitpythonMelissa LeBlanc-Williams
2019-03-25Properly calculate BPP for displayio.BitmapRadomir Dopieralski
2019-03-24Added Single Byte Boundaries option for certain displaysMelissa LeBlanc-Williams
2019-03-24Updated RTD comment to reflect new param defaulting TrueMelissa LeBlanc-Williams
2019-03-23Enable CS toggle for displayio by defaultMelissa LeBlanc-Williams
2019-03-23Added new parameter description in displayio RTD commentMelissa LeBlanc-Williams
2019-03-23Added option to toggle cs in displayio init sequenceMelissa LeBlanc-Williams
2019-03-19Fix up sphinxScott Shawcroft
2019-03-19Move Glyph and BuiltinFont into fontioScott Shawcroft
2019-03-12Update displayio docs to add detail to display bus commentsScott Shawcroft
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
2019-03-07Rework background display task to allow reads from SPI SD card during display...Dan Halbert
2019-03-06check display-bus transaction status and act accordinglyDan Halbert
2019-03-06Merge pull request #1601 from penguindustin/masterDan Halbert
2019-03-05changed from mp_int_t to uint16_tDustin Mendoza
2019-03-02changed width and height to be propertiesDustin Mendoza
2019-03-02Fixed the OnDiskBitmap example to reflect code changesBryan Siepert
2019-02-25added height and width attributes for displayioDustin Mendoza
2019-02-14Merge pull request #1548 from tannewt/shape_arg_checkDan Halbert
2019-02-13Arg check width and height into Shape.Scott Shawcroft
2019-02-13A safe mode fix and displayio fixesScott Shawcroft
2019-02-12Update Shape.cTG-Techie
2019-02-12Tweaks based on dhalbert's feedback.Scott Shawcroft
2019-02-11Fixup doc referenceScott Shawcroft
2019-02-11A variety of displayio improvementsScott Shawcroft
2019-02-01Clarify rotation parameterScott Shawcroft
2019-02-01Add support for display rotation and raw commandsScott Shawcroft
2019-01-31Correct TileGrid class name.Scott Shawcroft
2019-01-31Correctly handle no backlight pin.Scott Shawcroft
2019-01-31Polish up commentsScott Shawcroft