Add note about display guide to bitmaptools

This commit is contained in:
Alec Delaney 2022-05-13 11:47:21 -04:00
parent a51b1353ea
commit 82810085b5
1 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,13 @@
#include "extmod/vfs_posix.h"
#endif
//| """Collection of bitmap manipulation tools"""
//| """Collection of bitmap manipulation tools
//|
//| .. note:: If you're looking for information about displaying bitmaps on
//| screens in CircuitPython, see `this Learn guide
//| <https://learn.adafruit.com/circuitpython-display-support-using-displayio>`_
//| for information about using the :py:mod:`displayio` module.
//| """
//|
STATIC int16_t validate_point(mp_obj_t point, int16_t default_value) {