mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add PocketBook Verse Lite (PB619) (#13760)
This commit is contained in:
@@ -545,6 +545,14 @@ local PocketBook618 = PocketBook:extend{
|
||||
display_dpi = 212,
|
||||
}
|
||||
|
||||
-- PocketBook Verse Lite (619)
|
||||
local PocketBook619 = PocketBook:extend{
|
||||
model = "PBVerseLite",
|
||||
display_dpi = 212,
|
||||
isAlwaysPortrait = yes,
|
||||
hasKeys = no,
|
||||
}
|
||||
|
||||
-- PocketBook Touch (622)
|
||||
local PocketBook622 = PocketBook:extend{
|
||||
model = "PBTouch",
|
||||
@@ -864,6 +872,8 @@ elseif codename == "617" then
|
||||
return PocketBook617
|
||||
elseif codename == "618" then
|
||||
return PocketBook618
|
||||
elseif codename == "619" then
|
||||
return PocketBook619
|
||||
elseif codename == "622" then
|
||||
return PocketBook622
|
||||
elseif codename == "623" then
|
||||
|
||||
Reference in New Issue
Block a user