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 b1dfd64 commit 758dc81Copy full SHA for 758dc81
shared-bindings/displayio/Bitmap.c
@@ -43,7 +43,7 @@
43
//| per row is a multiple of 4, then the resulting memoryview will correspond directly with the bitmap's contents. Otherwise,
44
//| the bitmap data is packed into the memoryview with unspecified padding.
45
//|
46
-//| A read-only buffer can be used e.g., with `ulab.frombuffer` to efficiently create an array with the same content as a Bitmap;
+//| A read-only buffer can be used e.g., with `ulab.numpy.frombuffer` to efficiently create an array with the same content as a Bitmap;
47
//| to move data efficiently from ulab back into a Bitmap, use `bitmaptools.arrayblit`.
48
//| """
49
0 commit comments