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
/
bitmaptools
Age
Commit message (
Expand
)
Author
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
rotozoom: switch to using set_dirty_area + write_pixel
Jeff Epler
2021-03-18
Merge pull request #4428 from kmatch98/bitmap-read-2
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-17
arrayblit: mark bitmap area as dirty
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
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-14
bitmaptools.readinto: Fix diagnostics on atmel-samd builds
Jeff Epler
2021-03-14
bitmaptools: Add readinto
Jeff Epler
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-02-23
Add bitmaptools module
Kevin Matocha