Skip to content

Commit 5a56df9

Browse files
committed
can't xref this right now
1 parent 758dc81 commit 5a56df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/rgbmatrix/RGBMatrix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ STATIC void preflight_pins_or_throw(uint8_t clock_pin, uint8_t *rgb_pins, uint8_
164164
//| "RGB565" means that it is organized as a series of 16-bit numbers
165165
//| where the highest 5 bits are interpreted as red, the next 6 as
166166
//| green, and the final 5 as blue. The object can be any buffer, but
167-
//| `array.array` and `ulab.ndarray` objects are most often useful.
167+
//| `array.array` and ``ulab.ndarray`` objects are most often useful.
168168
//| To update the content, modify the framebuffer and call refresh.
169169
//|
170170
//| If a framebuffer is not passed in, one is allocated and initialized

0 commit comments

Comments
 (0)