From 501cba6ebe696fe23128226000e75bde123a3e7f Mon Sep 17 00:00:00 2001 From: Denis Malinovsky Date: Fri, 29 Mar 2024 04:36:53 -0400 Subject: [PATCH] PocketBook: remove unused `color_saturation` parameter (#11597) Bumps base for https://github.com/koreader/koreader-base/pull/1751 Includes several build system improvements as well --- base | 2 +- frontend/device/pocketbook/device.lua | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/base b/base index da9280238..366d9c9ca 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit da9280238cd088fff9b100357a0155ac60e40197 +Subproject commit 366d9c9ca842748be76eaf948cc8719c9e51e494 diff --git a/frontend/device/pocketbook/device.lua b/frontend/device/pocketbook/device.lua index 21b35940b..3f212d878 100644 --- a/frontend/device/pocketbook/device.lua +++ b/frontend/device/pocketbook/device.lua @@ -598,7 +598,6 @@ local PocketBook632 = PocketBook:extend{ local PocketBook633 = PocketBook:extend{ model = "PBColor", display_dpi = 300, - color_saturation = 1.5, hasColorScreen = yes, canHWDither = yes, -- Adjust color saturation with inkview canUseCBB = no, -- 24bpp @@ -672,7 +671,6 @@ local PocketBook740_2 = PocketBook:extend{ local PocketBook741 = PocketBook:extend{ model = "PBInkPadColor", display_dpi = 300, - color_saturation = 1.5, hasColorScreen = yes, canHWDither = yes, -- Adjust color saturation with inkview canUseCBB = no, -- 24bpp @@ -689,7 +687,6 @@ end local PocketBook743C = PocketBook:extend{ model = "PBInkPadColor2", display_dpi = 300, - color_saturation = 1.5, hasColorScreen = yes, canHWDither = yes, -- Adjust color saturation with inkview canUseCBB = no, -- 24bpp @@ -708,7 +705,6 @@ local PocketBook743K3 = PocketBook:extend{ model = "PBInkPadColor3", display_dpi = 300, viewport = Geom:new{x=3, y=2, w=1395, h=1864}, - color_saturation = 1.5, hasColorScreen = yes, canHWDither = yes, -- Adjust color saturation with inkview canUseCBB = no, -- 24bpp @@ -735,7 +731,6 @@ local PocketBook743G = PocketBook:extend{ local PocketBookColorLux = PocketBook:extend{ model = "PBColorLux", display_dpi = 125, - color_saturation = 1.5, hasColorScreen = yes, canHWDither = yes, -- Adjust color saturation with inkview canUseCBB = no, -- 24bpp