You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

290 B

PinePhone Toolkit (PPTK)

A collection of tools and utility apps for the PINE64 PinePhone.

Components

backlight

Get / Set backlight brightness.

$ pptk-backlight get
4
$ pptk-backlight set 6

Build & Install

$ meson build
$ cd build
$ ninja
$ sudo ninja install