summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2019-06-18Merge pull request #1952 from tannewt/fixup_tilegrid_dirtyScott Shawcroft
2019-06-17Add baudrate to FourWire and shorten delay.Scott Shawcroft
2019-06-17Use width for x. Thanks @deshipuScott Shawcroft
2019-06-17Fix TileGrid's dirty tracking when changing top leftScott Shawcroft
2019-06-13Minor tweaks based on Dan's feedbackScott Shawcroft
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-06Include display objects in gc.Dan Halbert
2019-06-04[shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t to uint32...Carlos
2019-05-31Fix off-by-one errorScott Shawcroft
2019-05-22Make point 2 in areas exclusive and simplify full_coverage.Scott Shawcroft
2019-05-21Rework the pixel computation to use areasScott Shawcroft
2019-05-15Remove old commentScott Shawcroft
2019-05-15Add index and remove to Group.Scott Shawcroft
2019-05-10Merge pull request #1837 from nickzoic/circuitpython-nickzoic-1800-wiznet-socketScott Shawcroft
2019-05-10randomize tcp source port for adafruit/circuitpython#1800Nick Moore
2019-05-10reset wiznet at network deinitialize adafruit/circuitpython#1800Nick Moore
2019-05-09Handle -scale to 0 correctly in GroupScott Shawcroft
2019-05-07Make wiznet5k RST pin optional adafruit/circuitpython#1800Nick Moore
2019-05-07Clean up list of NICs on network deinit adafruit/circuitpython#1800Nick Moore
2019-05-02Add a kw-only argument "dhcp" to wiznet5k objectNick Moore
2019-05-02assign variable socket number to DHCPNick Moore
2019-05-02Avoid socket #0 used by DHCPNick Moore
2019-04-18Merge pull request #1815 from dhalbert/stop-flickerScott Shawcroft
2019-04-18add Display.__init__() args for brightness and auto_brightnessDan Halbert
2019-04-17Fix off by one error in OnDiskBitmapScott Shawcroft
2019-04-16Simplify type check in tick and init lastScott Shawcroft
2019-04-16Include cleanup and style tweaksScott Shawcroft
2019-04-16Fully split gamepadshift from gamepadScott Shawcroft
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-12Reorganize the gamepad codeRadomir Dopieralski
2019-04-12More refactoringRadomir Dopieralski
2019-04-12Optimize the size of code for gamepadRadomir Dopieralski
2019-04-12Add debouncing to GamePadShiftRadomir Dopieralski
2019-04-12Go back to simple bit-banging in GamePadShift, fix problemsRadomir Dopieralski
2019-04-12Read one bit per system clock tick in GamePadShiftRadomir Dopieralski
2019-04-12Add GamePadShift for handling shift-register-based buttonsRadomir Dopieralski
2019-04-12Use displayio.Display directlyRadomir Dopieralski
2019-04-09Fix boards with no shared busses.Scott Shawcroft
2019-04-08Delete stale TODOScott Shawcroft
2019-04-08Merge remote-tracking branch 'adafruit/master' into fix_cpx_displayScott Shawcroft
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-04-06Stop hard-coding SPI frequency in FourWireRadomir Dopieralski
2019-04-05Fix crash when getting board.SPI outside the VMScott Shawcroft
2019-04-05Added comment regarding parameter loopMelissa LeBlanc-Williams
2019-04-04Added option to easily treat SPI parameter data as commandsMelissa LeBlanc-Williams
2019-04-04Support multi-byte values with BitmapScott Shawcroft
2019-04-03change direction of shift rightcaternuson