package pixel_pusher

  1. Overview
  2. Docs

Module Pixel_pusher.Strip

type t = {
  1. strip_number : int;
  2. strip_length : int;
  3. controller_id : int;
  4. group_id : int;
  5. matrix : Color.t Core.Array.t;
}
val set_pixel : t -> color:Color.t -> index:int -> unit