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;