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 a51b135 commit 8281008Copy full SHA for 8281008
shared-bindings/bitmaptools/__init__.c
@@ -43,7 +43,13 @@
43
#include "extmod/vfs_posix.h"
44
#endif
45
46
-//| """Collection of bitmap manipulation tools"""
+//| """Collection of bitmap manipulation tools
47
+//|
48
+//| .. note:: If you're looking for information about displaying bitmaps on
49
+//| screens in CircuitPython, see `this Learn guide
50
+//| <https://learn.adafruit.com/circuitpython-display-support-using-displayio>`_
51
+//| for information about using the :py:mod:`displayio` module.
52
+//| """
53
//|
54
55
STATIC int16_t validate_point(mp_obj_t point, int16_t default_value) {
0 commit comments