diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-10-08 02:10:05 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-10-08 02:10:05 +0000 |
commit | 0d0a879d7e8f372f7bb3c29bf55318fcbe92f32f (patch) | |
tree | 1c07da1caaaf85c185fbbba5db844382f42d220d /sys/man | |
parent | 4f6e074f979e185f093f44b20a1021714c479b3b (diff) |
reform/pm: kbdoled: clear the OLED on zero-length write
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/reform | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/man/1/reform b/sys/man/1/reform index c2bc1fa0c..b6afac6f0 100644 --- a/sys/man/1/reform +++ b/sys/man/1/reform @@ -111,7 +111,8 @@ 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). +uncompressed Plan 9 image (with or without a header). Zero-length +write clears the display. .TP .B light Provides a way to control the backlight of the built-in LCD by |