Kindle: Disable HW dithering on Scribe

Pending the actual fix from
https://github.com/koreader/koreader-base/pull/1718 that'll hit after
the release.
This commit is contained in:
NiLuJe
2023-12-31 20:58:11 +01:00
parent 3131475e39
commit 4a15dce3e4

View File

@@ -639,7 +639,7 @@ local KindleScribe = Kindle:extend{
hasGSensor = yes,
display_dpi = 300,
touch_dev = "/dev/input/touch",
canHWDither = yes,
canHWDither = no,
canDoSwipeAnimation = yes,
}