Skip to content

Commit c1dce99

Browse files
committed
Link to dedicated guide for rgbmatrix
1 parent e336dc9 commit c1dce99

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

shared-bindings/rgbmatrix/__init__.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131

3232
#include "shared-bindings/rgbmatrix/RGBMatrix.h"
3333

34-
//| """Low-level routines for bitbanged LED matrices"""
34+
//| """Low-level routines for bitbanged LED matrices
35+
//|
36+
//| For more information about working with RGB matrix panels in CircuitPython, see
37+
//| `the dedicated learn guide <https://learn.adafruit.com/rgb-led-matrices-matrix-panels-with-circuitpython>`_.
38+
//| """
3539

3640
STATIC const mp_rom_map_elem_t rgbmatrix_module_globals_table[] = {
3741
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_rgbmatrix) },

0 commit comments

Comments
 (0)