mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
PocketBook: Support the PB741
Re: https://github.com/koreader/koreader/issues/7747#issuecomment-846850605
This commit is contained in:
@@ -577,6 +577,16 @@ local PocketBook740_2 = PocketBook:new{
|
||||
}
|
||||
}
|
||||
|
||||
-- PocketBook InkPad Color (741)
|
||||
local PocketBook741 = PocketBook:new{
|
||||
model = "PBInkPadColor",
|
||||
display_dpi = 300,
|
||||
hasColorScreen = yes,
|
||||
canUseCBB = no, -- 24bpp
|
||||
isAlwaysPortrait = yes,
|
||||
usingForcedRotation = landscape_ccw,
|
||||
}
|
||||
|
||||
-- PocketBook Color Lux (801)
|
||||
local PocketBookColorLux = PocketBook:new{
|
||||
model = "PBColorLux",
|
||||
@@ -663,6 +673,8 @@ elseif codename == "PB740" then
|
||||
return PocketBook740
|
||||
elseif codename == "PB740-2" then
|
||||
return PocketBook740_2
|
||||
elseif codename == "PB741" then
|
||||
return PocketBook741
|
||||
elseif codename == "PocketBook 840" then
|
||||
return PocketBook840
|
||||
elseif codename == "PB1040" then
|
||||
|
||||
Reference in New Issue
Block a user