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.
reviewable/pr11330/r1
NiLuJe 4 months ago
parent 3131475e39
commit 4a15dce3e4

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

Loading…
Cancel
Save