Skip to content

Commit b2fb5ac

Browse files
Fix comment on color converter
1 parent 4604a69 commit b2fb5ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-bindings/displayio/ColorConverter.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_colorconverter_convert_obj, displayio_colorc
8888

8989
//| .. attribute:: dither
9090
//|
91-
//| True when the display is dithered
91+
//| When true the color converter dithers the output by adding random noise when
92+
//| truncating to display bitdepth
9293
//|
9394
STATIC mp_obj_t displayio_colorconverter_obj_get_dither(mp_obj_t self_in) {
9495
displayio_colorconverter_t *self = MP_OBJ_TO_PTR(self_in);

0 commit comments

Comments
 (0)