Page turn animations

Kindle PW5 (MTK) with hardware support
Currently only in Crengine
This commit is contained in:
yparitcher
2022-04-06 10:42:29 -04:00
parent ca423f2887
commit 54ead5fc88
6 changed files with 30 additions and 1 deletions

View File

@@ -473,6 +473,7 @@ local KindlePaperWhite5 = Kindle:new{
touch_dev = "/dev/input/by-path/platform-1001e000.i2c-event",
-- NOTE: While hardware dithering (via MDP) should be a thing, it doesn't appear to do anything right now :/.
canHWDither = no,
canDoSwipeAnimation = yes,
}
function Kindle2:init()