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
/
_pixelbuf
Age
Commit message (
Expand
)
Author
2020-08-10
use the stack
Roy Hooper
2020-08-10
fix trailing whitespace
Roy Hooper
2020-08-07
make pixelbuf handle floats and iterables
Roy Hooper
2020-05-24
Allow setting RGBW pixels with RGB tuples
Roy Hooper
2020-05-22
Simplify pixelbuf set_pixels function
George Waters
2020-05-22
Use mp_int_t for setting pixelbuf slice indices
George Waters
2020-05-21
Implement negative step for pixelbuf slices
George Waters
2020-03-18
Pixelbuf: subscr: Get correct pixel value
Jeff Epler
2020-01-27
Don't allocate the pre brightness buffer if brightness is 1.0 still
Scott Shawcroft
2020-01-24
Encapsulate buffers inside PixelBuf and refactor it.
Scott Shawcroft
2019-12-10
Fix slice step.
Roy Hooper
2019-10-20
fix show and fix step > 1
Roy Hooper
2019-08-04
fix 'white' byte for dotstars
Roy Hooper
2019-07-21
WIP: refactor _pixelbuf to use strings instead of classes
Roy Hooper
2019-07-21
WIP: refactor _pixelbuf to use strings instead of classes
Roy Hooper
2019-01-13
Fresh combined checkin of _pixelbuf library.
Roy Hooper