diff options
| author | Matthew Newberg <mnewberg@gmail.com> | 2019-09-06 16:11:15 -0400 |
|---|---|---|
| committer | Matthew Newberg <mnewberg@gmail.com> | 2019-09-06 16:11:15 -0400 |
| commit | b2fb5ac1c12a21d9b6cb8c60a30db65db399ca66 (patch) | |
| tree | ad357250a3d93585eaec953808abbee9a99ed011 | |
| parent | 4604a69498d5f7ffadb4ebf46a064ea5e18164b6 (diff) | |
Fix comment on color converter
| -rw-r--r-- | shared-bindings/displayio/ColorConverter.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-bindings/displayio/ColorConverter.c b/shared-bindings/displayio/ColorConverter.c index 8c48a670a..8a74e467b 100644 --- a/shared-bindings/displayio/ColorConverter.c +++ b/shared-bindings/displayio/ColorConverter.c @@ -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); |
