circuitpython/shared-bindings
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 adjust comment 2019-01-19 17:04:24 -05:00
_stage Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
analogio Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
audiobusio Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
audioio Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
bitbangio Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
bleio fix a few ble-related doc issues 2019-01-24 00:13:15 -05:00
board atmel-samd: Re-org helper peripheral files into their own subdirectory. 2018-06-01 15:07:31 -07:00
busio CharacteristicBuffer: make it be a stream class; add locking 2019-01-19 19:45:35 -05:00
digitalio Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
displayio Add support for display rotation and raw commands 2019-02-01 00:32:03 -08:00
gamepad Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
i2cslave Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
math Support internationalisation. 2018-08-07 14:58:57 -07:00
microcontroller Two fixes and translate more strings. 2018-08-09 13:29:30 -07:00
multiterminal Support internationalisation. 2018-08-07 14:58:57 -07:00
neopixel_write Support internationalisation. 2018-08-07 14:58:57 -07:00
network update documentation and translations again 2018-10-11 22:19:46 +11:00
nvm Support internationalisation. 2018-08-07 14:58:57 -07:00
os Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
pulseio Rudamentary backlight support 2019-01-31 11:42:14 -08:00
random Support internationalisation. 2018-08-07 14:58:57 -07:00
rotaryio Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
rtc Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
socket fixup m0 and nrf 2019-01-14 18:08:45 -08:00
storage Support internationalisation. 2018-08-07 14:58:57 -07:00
struct Improve struct compatibility with CPython 2019-01-20 15:12:34 -05:00
supervisor Remove nRF52832 support 2018-12-30 22:49:20 -05:00
terminalio Polish up comments 2019-01-31 11:42:15 -08:00
time fix kw_arg checking for time.struct_time() 2019-01-25 14:57:31 -05:00
touchio Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
uheap Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
usb_hid Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
usb_midi Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
ustack Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
wiznet fixup m0 and nrf 2019-01-14 18:08:45 -08:00
help.c Fix output overflow and make help translatable 2018-11-09 16:41:08 -08:00
index.rst Fresh combined checkin of _pixelbuf library. 2019-01-13 23:51:13 -05:00
util.c Support internationalisation. 2018-08-07 14:58:57 -07:00
util.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00