summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2019-06-13Merge pull request #1943 from adafruit/4.0.x4.1.0-beta.0Scott Shawcroft
2019-06-13Minor tweaks based on Dan's feedbackScott Shawcroft
2019-06-12When clearing gamepad buffer, use the last button state, not 0Radomir Dopieralski
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-06-12Add partial display update support.Scott Shawcroft
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-07Merge pull request #1920 from tannewt/fix_rstsommersoft
2019-06-06Include display objects in gc.Dan Halbert
2019-06-06Merge pull request #1893 from elvis-epx/ps2Scott Shawcroft
2019-06-06This __init__.h should be redundant. I deleted it for youBaozhu Zuo
2019-06-04Add PS/2 support -- ps2io moduleElvis Pfützenreuter
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-05-27Removed warning box regarding SAMD21 buildsJason Pecor
2019-05-21Rework the pixel computation to use areasScott Shawcroft
2019-05-15Add index and remove to Group.Scott Shawcroft
2019-05-14Make Group iterable via a generic native iterator.Scott Shawcroft
2019-05-14Merge pull request #1883 from tannewt/fix_1881Dan Halbert
2019-05-14Remove native init check from stage.Scott Shawcroft
2019-05-14Update Palette.cMatt Land
2019-05-13Check native object in case of early accessScott Shawcroft
2019-05-10add documentation of transparencyMatt Land
2019-05-10Add documentation for Palette shared binding Matt Land
2019-05-10reset wiznet at network deinitialize adafruit/circuitpython#1800Nick Moore
2019-05-10Stop DHCP when configuring IP address adafruit/circuitpython#1800Nick Moore
2019-05-07Update docs for wiznet5k adafruit/circuitpython#1800Nick Moore
2019-05-07Make wiznet5k RST pin optional adafruit/circuitpython#1800Nick Moore
2019-05-02Update docs to include new 'dhcp' constructor parameterNick Moore
2019-05-02Add a kw-only argument "dhcp" to wiznet5k objectNick Moore
2019-05-02Fix socket.recv() buffer length from e23bad3aNick Moore
2019-04-18add Display.__init__() args for brightness and auto_brightnessDan Halbert
2019-04-18Turn off auto_brightness if brightness is setDan Halbert
2019-04-17Merge pull request #1807 from pewpew-game/stage-cast-nativeScott Shawcroft
2019-04-17Allow use of displayio.Display subclasses in _stageRadomir Dopieralski
2019-04-17Merge pull request #1808 from pewpew-game/gamepad-docDan Halbert
2019-04-17Merge pull request #1778 from pewpew-game/gamepad-shiftDan Halbert
2019-04-17Update GamePad docs to include pull-downsRadomir Dopieralski
2019-04-16Include cleanup and style tweaksScott Shawcroft
2019-04-16Fully split gamepadshift from gamepadScott Shawcroft
2019-04-16Fix up single-byte access to nvm.ByteArrayNick Moore
2019-04-15Split GamePadShift from GamePad to save space on most boards.Scott Shawcroft
2019-04-13Merge branch 'master' into gamepad-shiftRadomir Dopieralski
2019-04-12Add title to docsRadomir Dopieralski
2019-04-12Add GamePadShift to docsRadomir Dopieralski
2019-04-12Re-use an error message in _stageRadomir Dopieralski
2019-04-12Reorganize the gamepad codeRadomir Dopieralski
2019-04-12Sync gampad_singleton with the long lived copyRadomir Dopieralski
2019-04-12More refactoringRadomir Dopieralski
2019-04-12Optimize the size of code for gamepadRadomir Dopieralski
2019-04-12Read one bit per system clock tick in GamePadShiftRadomir Dopieralski
2019-04-12Add GamePadShift for handling shift-register-based buttonsRadomir Dopieralski