Skip to content

Commit 8281008

Browse files
committed
Add note about display guide to bitmaptools
1 parent a51b135 commit 8281008

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

shared-bindings/bitmaptools/__init__.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@
4343
#include "extmod/vfs_posix.h"
4444
#endif
4545

46-
//| """Collection of bitmap manipulation tools"""
46+
//| """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+
//| """
4753
//|
4854

4955
STATIC int16_t validate_point(mp_obj_t point, int16_t default_value) {

0 commit comments

Comments
 (0)