Skip to content

Commit

Permalink
Kindle: Disable WH dithering no Scribe
Browse files Browse the repository at this point in the history
Pending the actual fix from
koreader/koreader-base#1718 that'll hit after
the release.
  • Loading branch information
NiLuJe committed Dec 31, 2023
1 parent f410f1a commit 1dfd8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/device/kindle/device.lua
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ local KindleScribe = Kindle:extend{
hasGSensor = yes,
display_dpi = 300,
touch_dev = "/dev/input/touch",
canHWDither = yes,
canHWDither = no,
canDoSwipeAnimation = yes,
}

Expand Down

0 comments on commit 1dfd8e7

Please sign in to comment.