Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dejvino 3cbf9cf23f Configure installation il y a 4 ans
src Add backlight il y a 4 ans
.gitignore Initial commit il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md Configure installation il y a 4 ans
meson.build Configure installation il y a 4 ans

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