summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2019-03-29Revert "Circuitpython nickzoic 1046 nrf rtc"Dan Halbert
2019-03-28Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...Melissa LeBlanc-Williams
2019-03-27Simplified cs toggling into fourwire onlyMelissa LeBlanc-Williams
2019-03-27Simplified into fourwire onlyMelissa LeBlanc-Williams
2019-03-28Fix up messages & wild stab at translations for adafruit/circuitpython#1046Nick Moore
2019-03-28workaround for problem with adafruit/circuitpython#1046Nick Moore
2019-03-28enable NRFX RTC adafruit/circuitpython#1046Nick Moore
2019-03-26Comment CleanupMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...Melissa LeBlanc-Williams
2019-03-26Merge branch 'master' of https://github.com/adafruit/circuitpythonMelissa LeBlanc-Williams
2019-03-26Merge pull request #1674 from pewpew-game/bug1669Scott Shawcroft
2019-03-26Merge pull request #1682 from rhwlo/add-socket.recv_intoScott Shawcroft
2019-03-25Reuse "Not connected" message in bleioRadomir Dopieralski
2019-03-25Properly calculate BPP for displayio.BitmapRadomir Dopieralski
2019-03-24Added Single Byte Boundaries option for certain displaysMelissa LeBlanc-Williams
2019-03-25Reuse existing error message in busio.i2cRadomir Dopieralski
2019-03-24Updated RTD comment to reflect new param defaulting TrueMelissa LeBlanc-Williams
2019-03-23Enable CS toggle for displayio by defaultMelissa LeBlanc-Williams
2019-03-23Added new parameter description in displayio RTD commentMelissa LeBlanc-Williams
2019-03-23Added option to toggle cs in displayio init sequenceMelissa LeBlanc-Williams
2019-03-23shared-bindings/socket: add socket_recv_intoJoshua Coats
2019-03-19Fix up sphinxScott Shawcroft
2019-03-19Move Glyph and BuiltinFont into fontioScott Shawcroft
2019-03-13Merge pull request #1640 from tannewt/final_displayio_changesDan Halbert
2019-03-12wrong arg type for PWMOut variable_frequencyDan Halbert
2019-03-12Add better PewPew error messages and update translationsScott 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-04Merge pull request #1614 from sommersoft/new_freq_inDan Halbert
2019-03-02update RTD documentationsommersoft
2019-03-02changed width and height to be propertiesDustin Mendoza
2019-03-02Fixed the OnDiskBitmap example to reflect code changesBryan Siepert
2019-03-01Merge branch 'master' of https://github.com/adafruit/circuitpython into new_f...sommersoft
2019-03-01Improve documentationRadomir Dopieralski
2019-03-01Move the frozen pew.py into a submoduleRadomir Dopieralski
2019-03-01Apply review fixes:Radomir Dopieralski
2019-03-01Rebase on top of CircuitPython 4.xRadomir Dopieralski
2019-02-28Handle new buttonsRadomir Dopieralski
2019-02-28Use a dedicated timerRadomir Dopieralski
2019-02-28Add a _pew moduleRadomir Dopieralski
2019-02-26Merge branch 'master' into new_freq_insommersoft
2019-02-25final re-glue; compiles now.sommersoft
2019-02-25added height and width attributes for displayioDustin Mendoza