circuitpython/shared-module
Radomir Dopieralski 1276ce59c3 Fix display orientation for _stage module
Initially this library assumed the display is rotated by 90 degrees, so
the x and y were swapped. I'm now handling the display rotation in the
driver, with the hardware display settings, so the library should use
a sane order of x and y. This way it will work with any display
orientation.
2017-11-21 23:12:55 +01:00
..
_stage Fix display orientation for _stage module 2017-11-21 23:12:55 +01:00
bitbangio Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
busio Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
gamepad Gracefully reset the gamepad module (#356) 2017-10-21 22:39:20 -04:00
multiterminal esp8266: Introduce `multiterminal` module for managing a secondary 2017-08-07 14:30:11 -07:00
os shared-module: Fix os.listdir to correctly return list rather than 2017-06-28 12:51:32 -07:00
random Introduce a random module that is a subset of CPython's random. It 2017-06-27 17:37:24 -07:00
storage Change vfs mount ordering such that the root is always last in the 2017-06-28 14:46:49 -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
ustack Measure and report maximum stack usage. (#175) 2017-07-23 15:32:05 -04:00