Link to dedicated guide for rgbmatrix

This commit is contained in:
Jeff Epler 2023-08-22 10:55:55 -05:00
parent e336dc90cf
commit c1dce99be9
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,11 @@
#include "shared-bindings/rgbmatrix/RGBMatrix.h" #include "shared-bindings/rgbmatrix/RGBMatrix.h"
//| """Low-level routines for bitbanged LED matrices""" //| """Low-level routines for bitbanged LED matrices
//|
//| For more information about working with RGB matrix panels in CircuitPython, see
//| `the dedicated learn guide <https://learn.adafruit.com/rgb-led-matrices-matrix-panels-with-circuitpython>`_.
//| """
STATIC const mp_rom_map_elem_t rgbmatrix_module_globals_table[] = { STATIC const mp_rom_map_elem_t rgbmatrix_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_rgbmatrix) }, { MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_rgbmatrix) },