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
/
displayio
/
Palette.c
Age
Commit message (
Expand
)
Author
2021-03-16
add back peculiar r to docstring
Kevin Matocha
2021-03-16
add is_transparent getter to displayio.Palette
Kevin Matocha
2021-03-15
run code formatting script
microDev
2020-07-24
Add and correct some type hints
Taku Fukada
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 displayio
dherrada
2020-07-02
Removed all 'self, )'
dherrada
2020-06-14
shared-bindings: Change docstrings with '\x...' chars to raw strings
Jeff Epler
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-07
Did board, digitalio, displayio
dherrada
2020-02-03
allow tuple or list for Palette color
Dan Halbert
2019-07-19
Review feedback including NO_BRIGHTNESS_COMMAND macro
Scott Shawcroft
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-05-14
Update Palette.c
Matt Land
2019-05-10
add documentation of transparency
Matt Land
2019-05-10
Add documentation for Palette shared binding
Matt Land
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-01-14
Add subclass support to displayio.
Scott Shawcroft
2018-09-06
Merge translations and update title underline
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