pylabrobot.byonoy.luminescence_96.ByonoyLuminescence96.set_led_colors#

async ByonoyLuminescence96.set_led_colors(colors: List[Tuple[int, int, int]]) None#

Set each of the 20 LED bar pixels individually via REP_LED_BAR_COLOURS_OUT (0x0350). Pads with black if fewer than 20 are given; truncates if more. Fast enough for real-time animation (~30+ fps).

Like set_led_color, requires the PC routing tag (request_info=0x4000); the firmware silently drops writes with the default LEGACY tag.

Parameters:

colors (List[Tuple[int, int, int]])

Return type:

None