RpiBacklight

Simple Raspberry Pi backlight control (via sysfs)

Installation

The package can be installed by adding rpi_backlight to your list of dependencies in mix.exs:

def deps do
  [
    {:rpi_backlight, "~> 0.1.0"}
  ]
end

Docs can be found at https://hexdocs.pm/rpi_backlight.