circuitpython/shared-module/rgbmatrix
Jeff Epler 3c083330f8 RGBMatrix: Remove unused, dead allocation
@tannewt noticed this in a pull request review.  The allocated
memory was never used, but the GC would have collected it eventually.
2020-09-01 11:00:22 -05:00
..
__init__.c Rename Protomatter -> RGBMatrix 2020-04-17 18:43:57 -05:00
__init__.h Rename Protomatter -> RGBMatrix 2020-04-17 18:43:57 -05:00
allocator.h allocator.h: add a missing license notice 2020-09-01 11:00:19 -05:00
RGBMatrix.c RGBMatrix: Remove unused, dead allocation 2020-09-01 11:00:22 -05:00
RGBMatrix.h Rename Protomatter -> RGBMatrix 2020-04-17 18:43:57 -05:00