index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-module
Age
Commit message (
Expand
)
Author
2019-04-16
Simplify type check in tick and init last
Scott Shawcroft
2019-04-16
Include cleanup and style tweaks
Scott Shawcroft
2019-04-16
Fully split gamepadshift from gamepad
Scott Shawcroft
2019-04-15
Split GamePadShift from GamePad to save space on most boards.
Scott Shawcroft
2019-04-13
Merge branch 'master' into gamepad-shift
Radomir Dopieralski
2019-04-12
Reorganize the gamepad code
Radomir Dopieralski
2019-04-12
More refactoring
Radomir Dopieralski
2019-04-12
Optimize the size of code for gamepad
Radomir Dopieralski
2019-04-12
Add debouncing to GamePadShift
Radomir Dopieralski
2019-04-12
Go back to simple bit-banging in GamePadShift, fix problems
Radomir Dopieralski
2019-04-12
Read one bit per system clock tick in GamePadShift
Radomir Dopieralski
2019-04-12
Add GamePadShift for handling shift-register-based buttons
Radomir Dopieralski
2019-04-12
Use displayio.Display directly
Radomir Dopieralski
2019-04-09
Fix boards with no shared busses.
Scott Shawcroft
2019-04-08
Delete stale TODO
Scott Shawcroft
2019-04-08
Merge remote-tracking branch 'adafruit/master' into fix_cpx_display
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-04-06
Stop hard-coding SPI frequency in FourWire
Radomir Dopieralski
2019-04-05
Fix crash when getting board.SPI outside the VM
Scott Shawcroft
2019-04-05
Added comment regarding parameter loop
Melissa LeBlanc-Williams
2019-04-04
Added option to easily treat SPI parameter data as commands
Melissa LeBlanc-Williams
2019-04-04
Support multi-byte values with Bitmap
Scott Shawcroft
2019-04-03
change direction of shift right
caternuson
2019-04-01
Removed unnecessary bit-ANDing
Melissa LeBlanc-Williams
2019-03-31
Improved readability of Single Byte Bounds code
Melissa LeBlanc-Williams
2019-03-28
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...
Melissa LeBlanc-Williams
2019-03-28
Merge pull request #1685 from makermelissa/master
azure
Scott Shawcroft
2019-03-27
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...
Melissa LeBlanc-Williams
2019-03-27
Simplified cs toggling into fourwire only
Melissa LeBlanc-Williams
2019-03-27
Simplified into fourwire only
Melissa LeBlanc-Williams
2019-03-27
Fix HID buffer lookup
Scott Shawcroft
2019-03-27
TileGrid: pixel_shader is not always a palette
Dan Halbert
2019-03-26
Removed parameter so CS is always toggled
Melissa LeBlanc-Williams
2019-03-26
Removed parameter so CS is always toggled
Melissa LeBlanc-Williams
2019-03-26
Added small delay inside toggle for edge cases
Melissa LeBlanc-Williams
2019-03-26
Added small delay inside toggle for edge cases
Melissa LeBlanc-Williams
2019-03-25
Fixed wrong operator
Melissa LeBlanc-Williams
2019-03-24
Added Single Byte Boundaries option for certain displays
Melissa LeBlanc-Williams
2019-03-23
Moving Toggle to before command fixes driver issue
Melissa LeBlanc-Williams
2019-03-23
Added option to toggle cs in displayio init sequence
Melissa LeBlanc-Williams
2019-03-20
Merge pull request #1670 from tannewt/fontio
Dan Halbert
2019-03-20
Merge pull request #1676 from pewpew-game/bug1671
Scott Shawcroft
2019-03-20
Make displayio.Palette support more than 255 colors
Radomir Dopieralski
2019-03-19
Move Glyph and BuiltinFont into fontio
Scott Shawcroft
2019-03-16
after code.py runs, flush filesystem before resetting heap
Dan Halbert
2019-03-12
Add better PewPew error messages and update translations
Scott Shawcroft
2019-03-12
Standardize TileGrid to x and y properties over position
Scott Shawcroft
2019-03-12
Accept x and y kwargs into Group for initial position.
Scott Shawcroft
2019-03-11
Add default devices and tweak brightness in boards/pewpew10
Radomir Dopieralski
2019-03-07
Rework background display task to allow reads from SPI SD card during display...
Dan Halbert
[next]