8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5ba9a commit 3fbbc75Copy full SHA for 3fbbc75
shared-bindings/usb_video/USBFramebuffer.c
@@ -48,8 +48,8 @@ static void check_for_deinit(usb_video_uvcframebuffer_obj_t *self) {
48
//| The data in the framebuffer is in RGB565_SWAPPED format.
49
//|
50
//| This object is most often used with `framebufferio.FramebufferDisplay`. However,
51
-//| it also supports the `WritableBuffer` protocol and can be accessed
52
-//| as an array of `H` (unsigned 16-bit values)."""
+//| it also supports the ``WritableBuffer`` protocol and can be accessed
+//| as an array of ``H`` (unsigned 16-bit values)."""
53
54
//| def __new__(self):
55
//| """Returns the singleton framebuffer object, if USB video is enabled"""
0 commit comments