package pixel_pusher

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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
OCaml

Innovation. Community. Security.