rgbmatrix

Low-level routines for bitbanged LED matrices

class rgbmatrix.RGBMatrix(*, width: Any = None, bit_depth: Any = None, rgb_pins: Any = None, addr_pins: Any = None, clock_pin: Any = None, latch_pin: Any = None, output_enable_pin: Any = None, doublebuffer: Any = True, framebuffer: Any = None, height: Any = 0)

Displays an in-memory framebuffer to a HUB75-style RGB LED matrix.

brightness :Any

In the current implementation, 0.0 turns the display off entirely and any other value up to 1.0 turns the display on fully.

width :int

The width of the display, in pixels

height :int

The height of the display, in pixels

deinit(self)

Free the resources (pins, timers, etc.) associated with this rgbmatrix instance. After deinitialization, no further operations may be performed.

refresh(self)