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.
Dejvino 3cbf9cf23f Configure installation 4 years ago
src Add backlight 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Configure installation 4 years ago
meson.build Configure installation 4 years ago

README.md

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