diff options
| author | Roy Hooper <rhooper@toybox.ca> | 2020-05-10 21:35:37 -0400 |
|---|---|---|
| committer | Roy Hooper <rhooper@toybox.ca> | 2020-05-10 21:35:37 -0400 |
| commit | 09fedb3fd5d0dd5852d7aa54ac9826c9a0b287b0 (patch) | |
| tree | b43a6f16a4431e3a8ea34e43a0350a6af97d214b | |
| parent | 70f2ef3f8ef3707744741549bf7f094fd60f8435 (diff) | |
fix another doc error (pixelsx - thanks @theacodes)
| -rw-r--r-- | shared-bindings/_pixelbuf/PixelBuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_pixelbuf/PixelBuf.c b/shared-bindings/_pixelbuf/PixelBuf.c index 3414b5d62..626dde680 100644 --- a/shared-bindings/_pixelbuf/PixelBuf.c +++ b/shared-bindings/_pixelbuf/PixelBuf.c @@ -63,7 +63,7 @@ static void parse_byteorder(mp_obj_t byteorder_obj, pixelbuf_byteorder_details_t //| brightness (0.0-1.0) and will enable a Dotstar compatible 1st byte in the //| output buffer (``buf``). //| -//| :param ~int size: Number of pixelsx +//| :param ~int size: Number of pixels //| :param ~str byteorder: Byte order string (such as "BGR" or "BGRP") //| :param ~float brightness: Brightness (0 to 1.0, default 1.0) //| :param ~bool auto_write: Whether to automatically write pixels (Default False) |
