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-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
2019-03-06
check display-bus transaction status and act accordingly
Dan Halbert
2019-03-06
Merge pull request #1601 from penguindustin/master
Dan Halbert
2019-03-05
changed from mp_int_t to uint16_t
Dustin Mendoza
2019-03-04
Merge pull request #1604 from dhalbert/display_wait_for_frame-check-interrupts
Dan Halbert
2019-03-01
Merge pull request #1607 from pewpew-game/pewpew10.x-4.x
Dan Halbert
2019-03-01
Use find_free_timer()
Radomir Dopieralski
2019-03-01
fixed typo
Bryan Siepert
2019-03-01
fixed whitespace, clarified variable name, and updated error messages
Bryan Siepert
2019-03-01
More style fixes
Radomir Dopieralski
2019-03-01
Apply review fixes:
Radomir Dopieralski
2019-03-01
Rebase on top of CircuitPython 4.x
Radomir Dopieralski
2019-02-28
added monochrome, 8bpp indexed, and 32bpp ARGB BMPs
Bryan Siepert
2019-02-28
Don't wait for display frame if interrupt pending
Dan Halbert
2019-02-28
Reset timer when releasing _pew
Radomir Dopieralski
2019-02-28
Handle new buttons
Radomir Dopieralski
2019-02-28
Use a dedicated timer
Radomir Dopieralski
2019-02-28
Add a _pew module
Radomir Dopieralski
2019-02-25
added height and width attributes for displayio
Dustin Mendoza
2019-02-23
(fork rebuild) Initial support for 16bpp 555&565 and 8bpp grayscale bitmaps
Bryan Siepert
2019-02-21
Merge pull request #1584 from tannewt/disable_concurrent_write_protection
Dan Halbert
2019-02-21
Tweak the backlight PWM rate to be higher that audio range. Fixes #1571
Scott Shawcroft
2019-02-21
Add option to disable the concurrent write protection
Scott Shawcroft
2019-02-19
Fix reload while display is updating.
Scott Shawcroft
2019-02-19
Prevent infinite display update recursion and fix VFS mounting
Scott Shawcroft
2019-02-15
Store the original layer in Group
Scott Shawcroft
[next]