Fix comment on color converter

This commit is contained in:
Matthew Newberg 2019-09-06 16:11:15 -04:00
parent 4604a69498
commit b2fb5ac1c1

View File

@ -88,7 +88,8 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_colorconverter_convert_obj, displayio_colorc
//| .. attribute:: dither
//|
//| True when the display is dithered
//| When true the color converter dithers the output by adding random noise when
//| truncating to display bitdepth
//|
STATIC mp_obj_t displayio_colorconverter_obj_get_dither(mp_obj_t self_in) {
displayio_colorconverter_t *self = MP_OBJ_TO_PTR(self_in);