1
0
mirror of https://github.com/Dejvino/pinephone-toolkit.git synced 2024-09-27 17:23:36 +00:00
pinephone-toolkit/README.md

21 lines
290 B
Markdown
Raw Normal View History

2020-05-30 16:15:39 +00:00
# PinePhone Toolkit (PPTK)
2020-05-30 15:23:08 +00:00
A collection of tools and utility apps for the PINE64 PinePhone.
## Components
### backlight
Get / Set backlight brightness.
2020-05-30 16:15:39 +00:00
```
$ pptk-backlight get
4
$ pptk-backlight set 6
```
## Build & Install
2020-05-30 15:23:08 +00:00
```
$ meson build
$ cd build
$ ninja
2020-05-30 16:15:39 +00:00
$ sudo ninja install
2020-05-30 15:23:08 +00:00
```