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
2021-03-26
Merge pull request #4486 from kmatch98/displayio_area_expand
Dan Halbert
2021-03-26
adafruit_bus_device: SPIDevice: Fix so it works with bitbangio.SPI
Jeff Epler
2021-03-26
bitbangio.SPI.read: Support write_value, fix some other nits
Jeff Epler
2021-03-25
remove duplicated code, replace with displayio_area_canon
Kevin Matocha
2021-03-25
move to displayio_area_union and away from _expand
Kevin Matocha
2021-03-25
correct rectangle size dimensions
Kevin Matocha
2021-03-22
Merge pull request #4464 from kmatch98/transform_fix
Scott Shawcroft
2021-03-22
Merge pull request #4462 from jepler/disable-usb-cdc
Scott Shawcroft
2021-03-22
update logic for transform_xy
Kevin Matocha
2021-03-22
storage: Correct when we check for USB mounts
Jeff Epler
2021-03-21
Merge pull request #4454 from jepler/bitmaptools-readinto-4bit
Jeff Epler
2021-03-21
hex may be more obvious
Jeff Epler
2021-03-21
Fix reading 4-bit data
Jeff Epler
2021-03-20
Merge pull request #4432 from jepler/bitmap-dirty-improvements
Jeff Epler
2021-03-19
off by one error in rotozoom dirty_area
Kevin Matocha
2021-03-19
Merge commit '40829d4cc85394513ca631cff23254344e29786c' of https://github.com...
Jeff Epler
2021-03-19
rotozoom: switch to using set_dirty_area + write_pixel
Jeff Epler
2021-03-19
switch to > in displayio_area_canon
Kevin Matocha
2021-03-19
Fix PWMOut non-error handling and never reset
Dan Halbert
2021-03-18
Merge pull request #4428 from kmatch98/bitmap-read-2
Jeff Epler
2021-03-18
Merge pull request #4429 from jepler/displayio-bitmap-memoryview
Jeff Epler
2021-03-18
displayio: Move bitmap read-only checking to displayio_bitmap_set_dirty_area
Jeff Epler
2021-03-18
displayio_bitmap_set_dirty_area: rewrite in terms of displayio_area
Jeff Epler
2021-03-18
displayio: area: add displayio_area_canon
Jeff Epler
2021-03-18
displayio: area: add displayo_area_copy_coords, displayio_area_empty
Jeff Epler
2021-03-17
arrayblit: mark bitmap area as dirty
Jeff Epler
2021-03-17
Merge pull request #4426 from kmatch98/main
Scott Shawcroft
2021-03-17
displayio.Bitmap: Make memoryview()able
Jeff Epler
2021-03-17
ran pre-commit for formatting fixes
Kevin Matocha
2021-03-17
minor formatting
Kevin Matocha
2021-03-17
merge upstream/main
Kevin Matocha
2021-03-16
add is_transparent getter to displayio.Palette
Kevin Matocha
2021-03-16
Merge remote-tracking branch 'origin/main' into bitmap-read-2
Jeff Epler
2021-03-16
re-format with uncrustify
Jeff Epler
2021-03-16
Add reverse_rows option to bitmaptools.readinto
Kevin Matocha
2021-03-15
add arrayblit
Jeff Epler
2021-03-15
run code formatting script
microDev
2021-03-14
bitmaptools.readinto: Fix diagnostics on atmel-samd builds
Jeff Epler
2021-03-14
bitmaptools: Add readinto
Jeff Epler
2021-03-12
Merge pull request #4376 from kmatch98/displayio_bitmap
Scott Shawcroft
2021-03-11
correct clock stretch timeout for board.I2C()
Dan Halbert
2021-03-11
Move input checks to shared-module, update docstrings
Kevin Matocha
2021-03-10
add fill_region and draw_line to bitmaptools
Kevin Matocha
2021-03-07
refactor displayio set_pixel for use in bitmap_tools
Kevin Matocha
2021-03-05
[audiocore] `buffer_read` was never used
Artyom Skrobov
2021-03-04
Be cognizant of null transform for .transpose_xy
Dan Halbert
2021-03-03
use self->members in displayio_group_set()
Dan Halbert
2021-03-03
Merge pull request #4315 from dhalbert/rp2040-i2c-short-writes
Dan Halbert
2021-03-02
Merge pull request #4186 from jepler/update-protomatter-rp2
Jeff Epler
2021-03-02
Merge remote-tracking branch 'adafruit/main' into rp2040-i2c-short-writes
Dan Halbert
[next]