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 e336dc9 commit c1dce99Copy full SHA for c1dce99
shared-bindings/rgbmatrix/__init__.c
@@ -31,7 +31,11 @@
31
32
#include "shared-bindings/rgbmatrix/RGBMatrix.h"
33
34
-//| """Low-level routines for bitbanged LED matrices"""
+//| """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
+//| """
39
40
STATIC const mp_rom_map_elem_t rgbmatrix_module_globals_table[] = {
41
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_rgbmatrix) },
0 commit comments