您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213
  1. # PinePhone Toolkit
  2. A collection of tools and utility apps for the PINE64 PinePhone.
  3. ## Components
  4. ### backlight
  5. Get / Set backlight brightness.
  6. ## Building
  7. ```
  8. $ meson build
  9. $ cd build
  10. $ ninja
  11. ```