1
0
mirror of https://github.com/Dejvino/pinephone-toolkit.git synced 2024-09-28 01:23:38 +00:00
pinephone-toolkit/README.md
2020-05-30 18:15:39 +02:00

21 lines
290 B
Markdown

# 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
```