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
/
ColorConverter.c
Age
Commit message (
Expand
)
Author
2020-12-16
displayio: ColorConverter: fix logic errors about transparent pixels
Jeff Epler
2020-11-13
Add board.DISPLAY to MagTag. Fix luma computation
Scott Shawcroft
2020-10-26
Add grayscale EInk support
Scott Shawcroft
2020-10-16
displayio: Remove trailing whitespace
Jensen
2020-10-16
displayio: Add in opaque pixel option for future
Jensen
2020-10-14
displayio: ColorConverter handle if opaque color is black
Jensen
2020-10-12
displayio: Add make_transparent to ColorConverter
Jensen
2020-10-12
displayio: Add make_transparent and make_opaque to ColorConvertor
Jensen
2020-10-12
displayio: Pass transparent_color to ColorConverter
Jensen
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2019-09-05
Move dither parameter to ColorConverter constructor and parameter
Matthew Newberg
2019-09-04
Removed unused return value in displayio_colorconverter_convert
Matthew Newberg
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
More cleanup
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
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-03-27
TileGrid: pixel_shader is not always a palette
Dan Halbert
2018-09-12
Add OnDiskBitmap which loads pixel data straight from disk.
Scott Shawcroft