inky v1.0.2 Inky.Display View Source

Display creates specifications for displays and accent colors

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Inky.Display{
  accent: term(),
  height: term(),
  luts: term(),
  packed_dimensions: term(),
  rotation: term(),
  type: term(),
  width: term()
}

Link to this section Functions

Link to this function

spec_for(type, accent \\ :black) View Source
spec_for(:phat | :what, :black | :red | :yellow) :: t()