log scale 0..5 for brightness - release

This commit is contained in:
Philippe G
2020-05-27 16:58:07 -07:00
parent 7e83c4d51d
commit 4517e9040a
5 changed files with 8 additions and 7 deletions

View File

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