diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-10-08 20:37:25 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-10-08 20:37:25 +0000 |
commit | 5f87804393f475e2eaa1ed9f5c6294c4ff2113aa (patch) | |
tree | 55084e71ee673cedb7dc8519f97c4b9749502a98 /sys/man/1 | |
parent | fd2958b2cda8fed891c78542a032d9bee335192e (diff) |
reform/pm: kbdoled: allow any size/depth of uncompressed image - convert ourselves
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/reform | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/man/1/reform b/sys/man/1/reform index b6afac6f0..a10f9bf8e 100644 --- a/sys/man/1/reform +++ b/sys/man/1/reform @@ -110,9 +110,8 @@ Returns attached battery array statistics in the same manner as Exposes the current temperature reading of the CPU. .TP .B kbdoled -An image can be displayed on the keyboard OLED by writing a 126x32x1 -uncompressed Plan 9 image (with or without a header). Zero-length -write clears the display. +An uncompressed Plan 9image can be written to the file to display on +the keyboard OLED. Zero-length write clears the display. .TP .B light Provides a way to control the backlight of the built-in LCD by |