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-bindings
/
_pixelbuf
Age
Commit message (
Expand
)
Author
2020-07-22
Add externs. GCC10 complains about duplicate defines
Scott Shawcroft
2020-07-03
Added type hints previously missed
dherrada
2020-07-03
Made every init return None
dherrada
2020-07-03
Made most of the requested changes
dherrada
2020-07-03
Added type hints to pixelbuf
dherrada
2020-07-02
Removed all 'self, )'
dherrada
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-24
Adjust docs to reflect behaviour.
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-05-20
Fix error when getting a pixelbuf slice
George Waters
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-12
Merge branch 'master' into master
dherrada
2020-05-10
fix another doc error (pixelsx - thanks @theacodes)
Roy Hooper
2020-05-10
Fix docs some more
Roy Hooper
2020-05-10
Minor fixes to _pixelbuf.PixelBuf docs
Roy Hooper
2020-05-08
Did os, _pixelbuf, _pew
dherrada
2020-05-08
Update wheel to colorwheel and fix RGB order.
Kattni Rembor
2020-05-08
Update colorwheel from GRB to RGB.
Kattni Rembor
2020-01-24
Encapsulate buffers inside PixelBuf and refactor it.
Scott Shawcroft
2020-01-02
raise mp_raise_NotImplementedError
Roy Hooper
2020-01-02
rename call_show to pixelbuf_call_show
Roy Hooper
2020-01-01
Fix docstring for byteorder
Roy Hooper
2020-01-01
move native fill to a helper to work around being unable to call a subclass s...
Roy Hooper
2020-01-01
Revert "try a property with a callable static class"
Roy Hooper
2020-01-01
try a property with a callable static class
Roy Hooper
2019-12-29
Merge branch 'pixelbuf-subscr-change' into new-pixelbuf-api
Roy Hooper
2019-12-16
move call to show outside loop
Roy Hooper
2019-12-13
Revert subscr signature change
Roy Hooper
2019-12-10
Fix slice step.
Roy Hooper
2019-12-08
fix slice anf fill bugs
Roy Hooper
2019-12-02
fix compile fails
Roy Hooper
2019-11-26
add show
Roy Hooper
2019-11-25
make pixelbuf iterable
Roy Hooper
2019-11-25
remove unnecessary qstrs
Roy Hooper
2019-11-23
make ->subscr take an instance to pass when instance_subscr is called from su...
Roy Hooper
2019-10-20
fix show and fix step > 1
Roy Hooper
2019-10-06
make dotstar byteorder constants start with P. fix small bugs.
Roy Hooper
2019-10-05
restructure to be subclassable
Roy Hooper
2019-10-05
support subclasses
Roy Hooper
2019-08-04
fix 'white' byte for dotstars
Roy Hooper
2019-08-03
fix fix the byte order property.
Roy Hooper
2019-08-01
Reuse error message
Roy Hooper
2019-07-26
fix bugs and inline the byteorder code
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-07-21
WIP: refactor _pixelbuf to use strings instead of classes
Roy Hooper
2019-05-30
Improve rST consistency for rst2pyi use
Scott Shawcroft
2019-01-19
adjust comment
Roy Hooper
[next]