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 c157ada commit 720d242Copy full SHA for 720d242
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.fromarray` to efficiently create an array with the same content as a Bitmap;
+//| A read-only buffer can be used e.g., with `ulab.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