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-08
Merge branch 'dm-mixer' of https://github.com/adafruit/circuitpython into mix...
sommersoft
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
2019-02-13
A safe mode fix and displayio fixes
Scott Shawcroft
2019-02-12
Merge pull request #1536 from TG-Techie/patch-4
Dan Halbert
2019-02-12
DISPIO: end_x can't be > height of shape
TG-Techie
2019-02-12
Tweaks based on dhalbert's feedback.
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-02-06
Remove usb_midi.PortIn and PortOut constructors.
Craig Forbes
2019-02-01
Add support for display rotation and raw commands
Scott Shawcroft
2019-01-31
Correctly handle no backlight pin.
Scott Shawcroft
2019-01-31
Polish up comments
Scott Shawcroft
2019-01-31
Remove Sprite references
Scott Shawcroft
2019-01-31
More improvements to Terminal:
Scott Shawcroft
2019-01-31
Support adjustable backlight brightness
Scott Shawcroft
2019-01-31
Rudamentary backlight support
Scott Shawcroft
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
2019-01-31
Begin font parsing and packing for terminal
Scott Shawcroft
2019-01-31
Add terminalio
Scott Shawcroft
2019-01-31
Add TileGrid
Scott Shawcroft
2019-01-23
Make palette color ordering consistent with ColorConvertes and fix blinka.
Scott Shawcroft
2019-01-23
Use common delay function during display init so we don't starve background t...
Scott Shawcroft
2019-01-22
Merge remote-tracking branch 'adafruit/master' into HEAD
Scott Shawcroft
2019-01-21
struct.pack_into incorrect buffer size check
Dan Halbert
2019-01-21
Merge pull request #1479 from siddacious/master
Scott Shawcroft
2019-01-20
adding height and width to OnDiskBitmap for #1460
Bryan Siepert
[next]