circuitpython/shared-module
Scott Shawcroft 13c3d06c6a
Merge pull request #1952 from tannewt/fixup_tilegrid_dirty
Fix TileGrid's dirty tracking when changing top left
2019-06-18 10:29:12 -07:00
..
_pew Add better PewPew error messages and update translations 2019-03-12 17:21:15 -07:00
_pixelbuf Fresh combined checkin of _pixelbuf library. 2019-01-13 23:51:13 -05:00
_stage Use displayio.Display directly 2019-04-12 12:46:28 +02:00
audioio [shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t to uint32_t so it matches the sample rate type parsed from the WAV header format, fix #1922 2019-06-04 21:31:30 -05:00
bitbangio Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
bleio add CharacteristicBuffer; UART seems to work! 2019-01-07 22:46:20 -05:00
board Include display objects in gc. 2019-06-06 17:49:32 -04:00
busio add timeout keyword to I2C - for bitbangio - ignored for busio 2018-05-13 21:54:44 -04:00
displayio Merge pull request #1952 from tannewt/fixup_tilegrid_dirty 2019-06-18 10:29:12 -07:00
fontio Move Glyph and BuiltinFont into fontio 2019-03-19 16:22:09 -07:00
gamepad Simplify type check in tick and init last 2019-04-16 10:44:09 -07:00
gamepadshift Simplify type check in tick and init last 2019-04-16 10:44:09 -07:00
multiterminal
network randomize tcp source port for adafruit/circuitpython#1800 2019-05-10 13:56:33 +10:00
os shared-module/os: Fix os.mkdir('a/b') 2018-11-09 19:20:56 +01:00
random
socket modify modnetwork and modusocket for circuitpython 2018-10-04 22:02:25 +10:00
storage Add option to disable the concurrent write protection 2019-02-21 10:45:41 -08:00
struct struct.pack_into incorrect buffer size check 2019-01-21 11:45:38 -05:00
terminalio Move Glyph and BuiltinFont into fontio 2019-03-19 16:22:09 -07:00
uheap uheap: Switch to using gc_nbytes to measure allcoation size so we stop undercounting. 2016-11-23 17:32:50 -08:00
usb_hid Fix HID buffer lookup 2019-03-27 15:23:20 -07:00
usb_midi Remove usb_midi.PortIn and PortOut constructors. 2019-02-06 22:22:15 -06:00
ustack
wiznet randomize tcp source port for adafruit/circuitpython#1800 2019-05-10 13:56:33 +10:00