| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-12 | Re-use an error message in _stage | Radomir Dopieralski | |
| 2019-04-12 | Use displayio.Display directly | Radomir Dopieralski | |
| 2019-04-12 | Enable displayio for uGame10 board | Radomir Dopieralski | |
| Also, make the _stage library work with the fourwire bus, to re-use the display. | |||
| 2019-04-10 | Merge remote-tracking branch 'adafruit/master' into pybadge_revd | Scott Shawcroft | |
| 2019-04-09 | Fix version skew for bast_pro_mini build | Dan Halbert | |
| 2019-04-09 | Tweak pybadge and fix display bugs | Scott Shawcroft | |
| * Update pybadge pins and flash for rev D * TileGrid now validates the type of the pixel_shader. * Display actually handles incoming subclass objects. * MicroPython will inspect native parents to see if special accessors are used. | |||
| 2019-04-09 | Fix boards with no shared busses. | Scott Shawcroft | |
| 2019-04-08 | Merge remote-tracking branch 'adafruit/master' into fix_cpx_display | Scott Shawcroft | |
| 2019-04-08 | Merge pull request #1758 from pewpew-game/fourwire-frequency | Scott Shawcroft | |
| Stop hard-coding SPI frequency in FourWire | |||
| 2019-04-08 | Reorganize board busses into shared-bindings and shared-module. | Scott Shawcroft | |
| 2019-04-06 | Stop hard-coding SPI frequency in FourWire | Radomir Dopieralski | |
| Instead remember and use the frequency, polarity and phase that was set when the bus was first created. | |||
| 2019-04-06 | Expose displayio.Display.bus | Radomir Dopieralski | |
| With the bus exposed, we can send custom commands to the display, to leverage advanced features specific to the display, which are not exposed by default. | |||
| 2019-04-05 | Fix crash when getting board.SPI outside the VM | Scott Shawcroft | |
| If one of the default pins was already in use it would crash. The internal API has been refined to allow us to get the value without causing an init of the singleton. Fixes #1753 | |||
| 2019-04-05 | Always check TileGrid's x, y | Scott Shawcroft | |
| When using an int index you could end up writing past the end of TileGrid's memory. Fixes #1747 | |||
| 2019-04-04 | Added option to easily treat SPI parameter data as commands | Melissa LeBlanc-Williams | |
| 2019-04-02 | Remove unnecessary MP_WEAK declarations | Nick Moore | |
| 2019-04-02 | enable NRFX RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-03-29 | Revert "Circuitpython nickzoic 1046 nrf rtc" | Dan Halbert | |
| 2019-03-28 | Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵ | Melissa LeBlanc-Williams | |
| ssd1351-fix | |||
| 2019-03-27 | Simplified cs toggling into fourwire only | Melissa LeBlanc-Williams | |
| 2019-03-27 | Simplified into fourwire only | Melissa LeBlanc-Williams | |
| 2019-03-28 | Fix up messages & wild stab at translations for adafruit/circuitpython#1046 | Nick Moore | |
| The mysterious MP_WEAK linking bug still exists, thus the new message for 'set'. | |||
| 2019-03-28 | workaround for problem with adafruit/circuitpython#1046 | Nick Moore | |
| the __weak linking works fine so long as these functions are not identical. I have not yet worked out why. | |||
| 2019-03-28 | enable NRFX RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-03-26 | Comment Cleanup | Melissa LeBlanc-Williams | |
| 2019-03-26 | Removed parameter so CS is always toggled | Melissa LeBlanc-Williams | |
| 2019-03-26 | Removed parameter so CS is always toggled | Melissa LeBlanc-Williams | |
| 2019-03-26 | Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵ | Melissa LeBlanc-Williams | |
| ssd1351-fix | |||
| 2019-03-26 | Merge branch 'master' of https://github.com/adafruit/circuitpython | Melissa LeBlanc-Williams | |
| 2019-03-26 | Merge pull request #1674 from pewpew-game/bug1669 | Scott Shawcroft | |
| Properly calculate BPP for displayio.Bitmap | |||
| 2019-03-26 | Merge pull request #1682 from rhwlo/add-socket.recv_into | Scott Shawcroft | |
| shared-bindings/socket: add socket.recv_into | |||
| 2019-03-25 | Reuse "Not connected" message in bleio | Radomir Dopieralski | |
| 2019-03-25 | Properly calculate BPP for displayio.Bitmap | Radomir Dopieralski | |
| Fix #1669 | |||
| 2019-03-24 | Added Single Byte Boundaries option for certain displays | Melissa LeBlanc-Williams | |
| 2019-03-25 | Reuse existing error message in busio.i2c | Radomir Dopieralski | |
| Remove a period from the error message, so that the same message as in SPI and other places in I2C can be re-used. | |||
| 2019-03-24 | Updated RTD comment to reflect new param defaulting True | Melissa LeBlanc-Williams | |
| 2019-03-23 | Enable CS toggle for displayio by default | Melissa LeBlanc-Williams | |
| 2019-03-23 | Added new parameter description in displayio RTD comment | Melissa LeBlanc-Williams | |
| 2019-03-23 | Added option to toggle cs in displayio init sequence | Melissa LeBlanc-Williams | |
| 2019-03-23 | shared-bindings/socket: add socket_recv_into | Joshua Coats | |
| 2019-03-19 | Fix up sphinx | Scott Shawcroft | |
| 2019-03-19 | Move Glyph and BuiltinFont into fontio | Scott Shawcroft | |
| It was confusing in displayio. Fixes #1662 | |||
| 2019-03-13 | Merge pull request #1640 from tannewt/final_displayio_changes | Dan Halbert | |
| Final displayio changes before 4.0.0 | |||
| 2019-03-12 | wrong arg type for PWMOut variable_frequency | Dan Halbert | |
| 2019-03-12 | Add better PewPew error messages and update translations | Scott Shawcroft | |
| 2019-03-12 | Update displayio docs to add detail to display bus comments | Scott Shawcroft | |
| Fixes #1599 | |||
| 2019-03-12 | Standardize TileGrid to x and y properties over position | Scott Shawcroft | |
| This brings it inline with Group. Also fixes #1613 This also includes a number of fixes for where a method is called through a subclass. We now correctly get the native object. Fixes #1567 Lastly, this adds subscript support to TileGrid for changing tile indices. Similar to Bitmap, it accepts ints or 2-tuples. | |||
| 2019-03-12 | Accept x and y kwargs into Group for initial position. | Scott Shawcroft | |
| 2019-03-07 | Rework background display task to allow reads from SPI SD card during ↵ | Dan Halbert | |
| display. Clarify code. Handle multiple displays better. | |||
| 2019-03-06 | check display-bus transaction status and act accordingly | Dan Halbert | |
