summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
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-25 fix kw_arg checking for time.struct_time()Jerry Needell
2019-01-24fix a few ble-related doc issuesDan Halbert
2019-01-22Merge remote-tracking branch 'adafruit/master' into HEADScott Shawcroft
2019-01-21Merge remote-tracking branch 'adafruit/master' into bleio2Dan Halbert
2019-01-21Merge pull request #1479 from siddacious/masterScott Shawcroft
2019-01-20adding height and width to OnDiskBitmap for #1460Bryan Siepert
2019-01-20Merge remote-tracking branch 'adafruit/master' into struct-compatDan Halbert
2019-01-20Improve struct compatibility with CPythonDan Halbert
2019-01-20Improve struct compatibility with CPythonDan Halbert
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2019-01-19adjust commentRoy Hooper
2019-01-19move headers to __init__.hRoy Hooper
2019-01-19remove fill_wheelRoy Hooper
2019-01-19Fix build to work with constructor calling convention.Roy Hooper
2019-01-19Merge branch 'master' into pixelbufRoy Hooper
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-16Put back native C UUID string parsing and printing (complete rewrite)Dan Halbert
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2019-01-14fixup m0 and nrfScott 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
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan Halbert
2019-01-10Polish thanks to Dan's feedbackScott Shawcroft
2019-01-09fix merge conflicts; address some commentsDan Halbert
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2019-01-09improve travis fold status reporting; fix sphinx build; fix sphinx errorsDan Halbert
2019-01-09fix sphinx complaint; more travis fold status reportingDan Halbert
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert