brightness log 0..5 + log - release

This commit is contained in:
Philippe G
2020-05-27 17:01:33 -07:00
parent 26a2519451
commit a5a0cbc557
6 changed files with 10 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ sub displayWidth {
}
sub brightnessMap {
return (65535, 10, 50, 100, 200);
return (0 .. 5);
}
=comment