mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Page turn animations
Kindle PW5 (MTK) with hardware support Currently only in Crengine
This commit is contained in:
@@ -54,6 +54,7 @@ local Device = {
|
||||
hasExternalSD = no, -- or other storage volume that cannot be accessed using the File Manager
|
||||
canHWDither = no,
|
||||
canHWInvert = no,
|
||||
canDoSwipeAnimation = no,
|
||||
canModifyFBInfo = no, -- some NTX boards do wonky things with the rotate flag after a FBIOPUT_VSCREENINFO ioctl
|
||||
canUseCBB = yes, -- The C BB maintains a 1:1 feature parity with the Lua BB, except that is has NO support for BB4, and limited support for BBRGB24
|
||||
hasColorScreen = no,
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user