summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Collapse)Author
2020-11-16Merge pull request #3667 from microDev1/watchdog-s2Scott Shawcroft
ESP32S2: Support for WatchDog
2020-11-13Add .busy property to EPaperDisplayScott Shawcroft
2020-11-13Add board.DISPLAY to MagTag. Fix luma computationScott 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-12Merge pull request #3681 from adafruit/6.0.xScott Shawcroft
Merge protomatter update back into `main`
2020-11-10Correct display sequence format docsScott Shawcroft
2020-11-11move port specific checkmicroDev
2020-11-09RGBMatrix: Detect invalid bit_depth selectionJeff Epler
Closes: #3650
2020-11-02Merge pull request #3622 from sw23/mainScott Shawcroft
Fixing remaining stub mypy issues + run check-stubs to CI
2020-11-02Removing implementation-specific values for socket/socketpool class attributessw23
2020-10-31Merge pull request #3627 from adafruit/6.0.xDan Halbert
Merge 6.0.x bugfixes to main
2020-10-30Adding socket and socketpool class attributessw23
2020-10-30Fixing remaining stub mypy issues + run check-stubs to CIsw23
2020-10-30Fixing stub for wifi_radio_pingsw23
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-10-28Merge pull request #3611 from tannewt/esp32s2_eink_portalScott Shawcroft
Add Adafruit ESP EInk Portal and grayscale EInk support
2020-10-26Add grayscale EInk supportScott Shawcroft
2020-10-26Fix 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-26canio: Give implementation-specific limits for CAN.ListenJeff Epler
2020-10-19Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-19Merge pull request #3563 from gamblor21/recv_into_size_checkScott Shawcroft
Add socketpool.socket.recv_into size check
2020-10-19displayio: Update docs for ColorConverter's make_opaqueJensen Kuras
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2020-10-19Merge pull request #3484 from astrobokonon/esp32s2-morenetScott Shawcroft
Esp32s2: Expose more network parameters
2020-10-16Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-16displayio: Add in opaque pixel option for futureJensen
2020-10-16Merge branch 'main' into recv_into_size_check6.1.0-alpha.0Mark
2020-10-15Cleaned up and now testingRyan T. Hamilton
2020-10-15Disable the long way and return an ap_info objectRyan T. Hamilton
still needs work and cleanup
2020-10-15Added max size check to recv_intogamblor21
2020-10-15Add hostname validationmicroDev
2020-10-14displayio: Remove verbose errorJensen
2020-10-14Merge branch 'color-converter-transparency' of ↵Jensen
github.com:jensechu/circuitpython into color-converter-transparency
2020-10-14displayio: ColorConverter handle if opaque color is blackJensen
2020-10-14Update wifi hostname methodmicroDev
2020-10-13Add method to set custom hostnamemicroDev
2020-10-12Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-12displayio: Add make_transparent to ColorConverterJensen
2020-10-12displayio: Add make_transparent and make_opaque to ColorConvertorJensen
2020-10-12displayio: Pass transparent_color to ColorConverterJensen
Signed-off-by: Jensen <jensechu@gmail.com>
2020-10-10rgbmatrix: update protomatter to 1.0.5 tagJeff Epler
this is compile-tested on stm32f405 feather matrixportal nrf52840 feather but not actually tested-tested.
2020-10-09Merge pull request #3501 from hierophect/esp32-analoginScott Shawcroft
ESP32S2: Add AnalogIn
2020-10-08Merge branch 'main' of https://github.com/adafruit/circuitpython into ↵Ryan T. Hamilton
esp32s2-morenet
2020-10-07Replace _bleio.ConnectionError with the native versionScott Shawcroft
Replace uses of _bleio.ConnectionError with regular ConnectionError Fixes #3008
2020-10-06Merge pull request #3492 from hierophect/esp32-update-idfScott Shawcroft
ESP32S2: move to official IDF submodule
2020-10-06Remove logging from shared-bindings, fix translations, revert config target ↵Lucian Copeland
macro
2020-10-05Merge branch 'main' into esp32-analoginhierophect
2020-10-01Merge branch 'main' into framebuffer-zero-sizeScott Shawcroft
2020-10-01Update shared-bindings/rgbmatrix/RGBMatrix.cJeff Epler
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2020-09-30Merge pull request #3450 from mdroberts1243/New_quirk_for_SH1107Scott Shawcroft
New quirk for sh1107
2020-09-30Ran pre-commit locallyMark Roberts
2020-09-30Change submodule, rework all includesLucian Copeland