brightness

This commit is contained in:
philippe44
2020-01-18 01:05:59 -08:00
parent 452e38a04b
commit 10ea98f061
6 changed files with 28 additions and 4 deletions

View File

@@ -57,6 +57,10 @@ sub nmodes {
# pattern than the 32 pixels version, where one would have expected bytes 4..7
# to be empty
sub brightnessMap {
return (65535, 1, 2, 3, 4);
}
=comment
sub bytesPerColumn {
return 4;

View File

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