circuitpython/shared-module
Scott Shawcroft 448ae64d8e
Add support for display rotation and raw commands
Display rotation is relative to the scan order of the display.
The scan order can be found by scrolling the display with command
0x37 `display_bus.send(0x37, struct.pack(">H", i % 128))`

Fixes #1504
2019-02-01 00:32:03 -08:00
..
_pixelbuf Fresh combined checkin of _pixelbuf library. 2019-01-13 23:51:13 -05:00
_stage _stage: use 16 bit for coordinates to support larger screens 2018-03-11 12:07:23 +01:00
audioio add channels and bits_per_sample to audioio.WaveFile 2018-10-31 18:08:10 -07: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
busio add timeout keyword to I2C - for bitbangio - ignored for busio 2018-05-13 21:54:44 -04:00
displayio Add support for display rotation and raw commands 2019-02-01 00:32:03 -08:00
gamepad Add gamepad_singleton to root pointers 2018-05-30 23:11:22 +02:00
multiterminal Merge tag 'v1.9.3' 2017-11-02 12:41:50 -07:00
network fixup 2018-10-16 23:09:55 +11:00
os shared-module/os: Fix os.mkdir('a/b') 2018-11-09 19:20:56 +01:00
random Introduce a random module that is a subset of CPython's random. It 2017-06-27 17:37:24 -07:00
socket modify modnetwork and modusocket for circuitpython 2018-10-04 22:02:25 +10:00
storage Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
struct struct.pack_into incorrect buffer size check 2019-01-21 11:45:38 -05:00
terminalio More improvements to Terminal: 2019-01-31 11:42:14 -08: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 Build refinement to handle warnings and quiet output 2018-11-09 00:11:43 -08:00
usb_midi Polish thanks to Dan's feedback 2019-01-10 11:00:40 -08:00
ustack Measure and report maximum stack usage. (#175) 2017-07-23 15:32:05 -04:00
wiznet Add "dhcp" property to turn DHCP on and off 2018-10-25 11:29:27 +11:00