| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-16 | Merge pull request #3667 from microDev1/watchdog-s2 | Scott Shawcroft | |
| ESP32S2: Support for WatchDog | |||
| 2020-11-13 | Add .busy property to EPaperDisplay | Scott Shawcroft | |
| 2020-11-13 | Add board.DISPLAY to MagTag. Fix luma computation | Scott Shawcroft | |
| * Initialize the EPaper display on the MagTag at start. * Tweak the display send to take a const buffer. * Correct Luma math * Multiply the blue component, not add. * Add all of the components together before dividing. This reduces the impact of truncated division. | |||
| 2020-11-12 | Merge pull request #3681 from adafruit/6.0.x | Scott Shawcroft | |
| Merge protomatter update back into `main` | |||
| 2020-11-10 | Correct display sequence format docs | Scott Shawcroft | |
| 2020-11-11 | move port specific check | microDev | |
| 2020-11-09 | RGBMatrix: Detect invalid bit_depth selection | Jeff Epler | |
| Closes: #3650 | |||
| 2020-11-02 | Merge pull request #3622 from sw23/main | Scott Shawcroft | |
| Fixing remaining stub mypy issues + run check-stubs to CI | |||
| 2020-11-02 | Removing implementation-specific values for socket/socketpool class attributes | sw23 | |
| 2020-10-31 | Merge pull request #3627 from adafruit/6.0.x | Dan Halbert | |
| Merge 6.0.x bugfixes to main | |||
| 2020-10-30 | Adding socket and socketpool class attributes | sw23 | |
| 2020-10-30 | Fixing remaining stub mypy issues + run check-stubs to CI | sw23 | |
| 2020-10-30 | Fixing stub for wifi_radio_ping | sw23 | |
| 2020-10-29 | Fixing make stub warnings and mypy issuesmak | sw23 | |
| 2020-10-28 | Merge pull request #3611 from tannewt/esp32s2_eink_portal | Scott Shawcroft | |
| Add Adafruit ESP EInk Portal and grayscale EInk support | |||
| 2020-10-26 | Add grayscale EInk support | Scott Shawcroft | |
| 2020-10-26 | Fix lost board.SPI and board.I2C after explicitly deiniting them. | Christian Walther | |
| After calling board.SPI().deinit(), calling board.SPI() again would return the unusable deinited object and there was no way of getting it back into an initialized state until the end of the session. | |||
| 2020-10-26 | canio: Give implementation-specific limits for CAN.Listen | Jeff Epler | |
| 2020-10-19 | Merge branch 'main' into color-converter-transparency | Jensen Kuras | |
| 2020-10-19 | Merge pull request #3563 from gamblor21/recv_into_size_check | Scott Shawcroft | |
| Add socketpool.socket.recv_into size check | |||
| 2020-10-19 | displayio: Update docs for ColorConverter's make_opaque | Jensen Kuras | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2020-10-19 | Merge pull request #3484 from astrobokonon/esp32s2-morenet | Scott Shawcroft | |
| Esp32s2: Expose more network parameters | |||
| 2020-10-16 | Merge branch 'main' into color-converter-transparency | Jensen Kuras | |
| 2020-10-16 | displayio: Add in opaque pixel option for future | Jensen | |
| 2020-10-16 | Merge branch 'main' into recv_into_size_check6.1.0-alpha.0 | Mark | |
| 2020-10-15 | Cleaned up and now testing | Ryan T. Hamilton | |
| 2020-10-15 | Disable the long way and return an ap_info object | Ryan T. Hamilton | |
| still needs work and cleanup | |||
| 2020-10-15 | Added max size check to recv_into | gamblor21 | |
| 2020-10-15 | Add hostname validation | microDev | |
| 2020-10-14 | displayio: Remove verbose error | Jensen | |
| 2020-10-14 | Merge branch 'color-converter-transparency' of ↵ | Jensen | |
| github.com:jensechu/circuitpython into color-converter-transparency | |||
| 2020-10-14 | displayio: ColorConverter handle if opaque color is black | Jensen | |
| 2020-10-14 | Update wifi hostname method | microDev | |
| 2020-10-13 | Add method to set custom hostname | microDev | |
| 2020-10-12 | Merge branch 'main' into color-converter-transparency | Jensen Kuras | |
| 2020-10-12 | displayio: Add make_transparent to ColorConverter | Jensen | |
| 2020-10-12 | displayio: Add make_transparent and make_opaque to ColorConvertor | Jensen | |
| 2020-10-12 | displayio: Pass transparent_color to ColorConverter | Jensen | |
| Signed-off-by: Jensen <jensechu@gmail.com> | |||
| 2020-10-10 | rgbmatrix: update protomatter to 1.0.5 tag | Jeff Epler | |
| this is compile-tested on stm32f405 feather matrixportal nrf52840 feather but not actually tested-tested. | |||
| 2020-10-09 | Merge pull request #3501 from hierophect/esp32-analogin | Scott Shawcroft | |
| ESP32S2: Add AnalogIn | |||
| 2020-10-08 | Merge branch 'main' of https://github.com/adafruit/circuitpython into ↵ | Ryan T. Hamilton | |
| esp32s2-morenet | |||
| 2020-10-07 | Replace _bleio.ConnectionError with the native version | Scott Shawcroft | |
| Replace uses of _bleio.ConnectionError with regular ConnectionError Fixes #3008 | |||
| 2020-10-06 | Merge pull request #3492 from hierophect/esp32-update-idf | Scott Shawcroft | |
| ESP32S2: move to official IDF submodule | |||
| 2020-10-06 | Remove logging from shared-bindings, fix translations, revert config target ↵ | Lucian Copeland | |
| macro | |||
| 2020-10-05 | Merge branch 'main' into esp32-analogin | hierophect | |
| 2020-10-01 | Merge branch 'main' into framebuffer-zero-size | Scott Shawcroft | |
| 2020-10-01 | Update shared-bindings/rgbmatrix/RGBMatrix.c | Jeff Epler | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2020-09-30 | Merge pull request #3450 from mdroberts1243/New_quirk_for_SH1107 | Scott Shawcroft | |
| New quirk for sh1107 | |||
| 2020-09-30 | Ran pre-commit locally | Mark Roberts | |
| 2020-09-30 | Change submodule, rework all includes | Lucian Copeland | |
