client scrolling

This commit is contained in:
philippe44
2020-01-20 00:14:10 -08:00
parent 5a9df7b0d5
commit a763c2d4f7
8 changed files with 209 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ use Slim::Utils::Prefs;
use Slim::Utils::Log;
my $prefs = preferences('plugin.squeezeesp32');
my $log = logger('plugin.squeezeesp32');
my $VISUALIZER_NONE = 0;
my $width = $prefs->get('width') || 128;
@@ -61,10 +62,6 @@ sub brightnessMap {
return (65535, 10, 50, 100, 200);
}
sub hasScrolling {
return 0;
}
=comment
sub bytesPerColumn {
return 4;

View File

@@ -34,4 +34,8 @@ sub playerSettingsFrame {
}
}
sub hasScrolling {
return 1;
}
1;

View File

@@ -3,13 +3,13 @@
<defaultState>enabled</defaultState>
<email>philippe_44@outlook.com</email>
<targetApplication>
<minVersion>7.9</minVersion>
<minVersion>*</minVersion>
<maxVersion>*.*</maxVersion>
<id>SlimServer</id>
</targetApplication>
<name>PLUGIN_SQUEEZEESP32</name>
<description>PLUGIN_SQUEEZEESP32_DESC</description>
<module>Plugins::SqueezeESP32::Plugin</module>
<version>0.6</version>
<version>0.7</version>
<creator>Philippe</creator>
</extensions>