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

View File

@@ -10,6 +10,6 @@
<name>PLUGIN_SQUEEZEESP32</name>
<description>PLUGIN_SQUEEZEESP32_DESC</description>
<module>Plugins::SqueezeESP32::Plugin</module>
<version>0.93</version>
<version>0.94</version>
<creator>Philippe</creator>
</extensions>