summaryrefslogtreecommitdiff
path: root/shared-module/displayio/ColorConverter.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-12-16displayio: ColorConverter: fix logic errors about transparent pixelsJeff Epler
2020-11-13Add board.DISPLAY to MagTag. Fix luma computationScott Shawcroft
2020-10-26Add grayscale EInk supportScott Shawcroft
2020-10-16displayio: Remove trailing whitespaceJensen
2020-10-16displayio: Add in opaque pixel option for futureJensen
2020-10-14displayio: ColorConverter handle if opaque color is blackJensen
2020-10-12displayio: Add make_transparent to ColorConverterJensen
2020-10-12displayio: Add make_transparent and make_opaque to ColorConvertorJensen
2020-10-12displayio: Pass transparent_color to ColorConverterJensen
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2019-09-05Move dither parameter to ColorConverter constructor and parameterMatthew Newberg
2019-09-04Removed unused return value in displayio_colorconverter_convertMatthew Newberg
2019-08-31Add random dithering to ColorConverterMatthew Newberg
2019-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-22More cleanupScott Shawcroft
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-07-19Review feedback including NO_BRIGHTNESS_COMMAND macroScott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-03-27TileGrid: pixel_shader is not always a paletteDan Halbert
2018-09-12Add OnDiskBitmap which loads pixel data straight from disk.Scott Shawcroft