bibliopixel.drivers.server_driver module

class bibliopixel.drivers.server_driver.ServerDriver(*args, address, pixel_positions=None, **kwds)[source]

Bases: bibliopixel.drivers.driver_base.DriverBase, bibliopixel.util.server_cache.StaticCache

cleanup()[source]

Called to shut this driver down, and stop all threads and processes.

set_pixel_positions(pixel_positions)[source]

Internal Use Only

Placeholder callback for sending physical pixel layout data to the SimPixel driver.

start()[source]

Called right before this driver will run. This is the place to do things like start threads, not in the constructor.

classmethod stop_all()[source]