Skip to content

Commit

Permalink
Kindle: Re-enable HW dithering on the Scribe
Browse files Browse the repository at this point in the history
Now that the underlying issue is fixed in base ;).
  • Loading branch information
NiLuJe committed Jan 12, 2024
1 parent a51647f commit 823ec68
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 = no,
canHWDither = yes,
canDoSwipeAnimation = yes,
}

Expand Down

0 comments on commit 823ec68

Please sign in to comment.