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
/
displayio
/
Bitmap.c
Age
Commit message (
Expand
)
Author
2020-08-21
Merge adafruit/main latest
Kevin Matocha
2020-08-21
Merge with latest adafruit/main
Kevin Matocha
2020-08-14
deleted whitespace
Kevin Matocha
2020-08-14
deleted whitespace
Kevin Matocha
2020-08-14
Deleted trailing whitespace
Kevin Matocha
2020-08-14
Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, a...
Kevin Matocha
2020-08-14
Added bitmap.blit function for bitmap slice copy
Margaret Matocha
2020-08-14
Added bitmap.blit function for copying slices of bitmaps
Margaret Matocha
2020-08-07
Adding bitmap.insert to copy a slice of a source bitmap into another bitmap
Margaret Matocha
2020-08-07
Added bitmap.insert function for slice copy into a bitmap from another bitmap
Margaret Matocha
2020-04-13
make packed word and copy it in
caternuson
2020-04-09
add docstring, clean up
caternuson
2020-04-09
initial working fill
caternuson
2019-07-18
Track a dirty area for in-memory bitmaps
Scott Shawcroft
2019-04-04
Support multi-byte values with Bitmap
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2018-09-06
Minor tweaks based on feedback
Scott Shawcroft
2018-08-31
Tweaks based on feedback
Scott Shawcroft
2018-08-31
Introduce displayio to render graphics to displays.
Scott Shawcroft