summaryrefslogtreecommitdiff
path: root/shared-bindings/rgbmatrix/RGBMatrix.c
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2021-04-01 16:49:15 -0500
committerJeff Epler <jepler@gmail.com>2021-04-02 13:09:23 -0500
commit5a56df989fbc07a058cc973cff600c89e2f923bd (patch)
treeb3d046a16f148c79b4bc0ca1e4db8118574ea020 /shared-bindings/rgbmatrix/RGBMatrix.c
parent758dc81fcb3d3007879b30b9276f48ee69e9768a (diff)
can't xref this right now
Diffstat (limited to 'shared-bindings/rgbmatrix/RGBMatrix.c')
-rw-r--r--shared-bindings/rgbmatrix/RGBMatrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/rgbmatrix/RGBMatrix.c b/shared-bindings/rgbmatrix/RGBMatrix.c
index 0b31eae88..e71bae9f5 100644
--- a/shared-bindings/rgbmatrix/RGBMatrix.c
+++ b/shared-bindings/rgbmatrix/RGBMatrix.c
@@ -164,7 +164,7 @@ STATIC void preflight_pins_or_throw(uint8_t clock_pin, uint8_t *rgb_pins, uint8_
//| "RGB565" means that it is organized as a series of 16-bit numbers
//| where the highest 5 bits are interpreted as red, the next 6 as
//| green, and the final 5 as blue. The object can be any buffer, but
-//| `array.array` and `ulab.ndarray` objects are most often useful.
+//| `array.array` and ``ulab.ndarray`` objects are most often useful.
//| To update the content, modify the framebuffer and call refresh.
//|
//| If a framebuffer is not passed in, one is allocated and initialized