circuitpython/shared-module/rgbmatrix
Jeff Epler 9696dbfd38 rgbmatrix: Don't crash when setting brightness=0
If the display is paused, `_PM_swapbuffer_maybe` will never return.
So, when brightness is 0, refresh does nothing.  This makes it necessary
to update the display when unpausing.

Closes: #3524
2020-10-12 13:28:20 -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: Don't crash when setting brightness=0 2020-10-12 13:28:20 -05:00
RGBMatrix.h rgbmatrix: Move struct definition to shared-module, rename 'core' member 2020-09-02 13:34:16 -05:00