summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio
AgeCommit message (Expand)Author
2019-03-25Properly calculate BPP for displayio.BitmapRadomir Dopieralski
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
2019-01-31Remove doc reference to SpriteScott Shawcroft
2019-01-31Fix hallowing and nrf buildsScott Shawcroft
2019-01-31Remove Sprite referencesScott Shawcroft
2019-01-31More improvements to Terminal:Scott Shawcroft
2019-01-31Support adjustable backlight brightnessScott Shawcroft
2019-01-31Rudamentary backlight supportScott Shawcroft
2019-01-31Hook up the terminal based on the first display.Scott Shawcroft
2019-01-31Add terminalioScott Shawcroft
2019-01-31Add TileGridScott Shawcroft
2019-01-20adding height and width to OnDiskBitmap for #1460Bryan Siepert
2019-01-18simplify arg checking for displayScott Shawcroft
2019-01-18Improvements thanks to danh's reviewScott Shawcroft
2019-01-18Add a bit more to the docsScott Shawcroft
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17share fourwire and make nrf compileScott Shawcroft
2019-01-17Fix other builds and hallowingScott Shawcroft
2019-01-17External fourwire works and blinka splash afterScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2019-01-14Support subclasses of Shape as bitmaps.Scott Shawcroft
2019-01-14Add support for rendering a shape.Scott Shawcroft
2018-09-12Add OnDiskBitmap which loads pixel data straight from disk.Scott Shawcroft
2018-09-06Merge translations and update title underlineScott Shawcroft
2018-09-06Minor tweaks based on feedbackScott Shawcroft
2018-08-31Tweaks based on feedbackScott Shawcroft