Add PocketBook 614W (Basic 3) definition (#6312)

Cf. <#6311>.
reviewable/pr6315/r1
roshavagarga 4 years ago committed by GitHub
parent 43693c9fe9
commit 46bf88c573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -232,6 +232,17 @@ local PocketBook613 = PocketBook:new{
hasFewKeys = yes,
}
-- PocketBook 614W Basic
local PocketBook614W = PocketBook:new{
model = "PB614W",
display_dpi = 167,
isTouchDevice = no,
hasWifiToggle = no,
hasFrontlight = no,
hasDPad = yes,
hasFewKeys = yes,
}
-- PocketBook Basic Lux 2
local PocketBook616 = PocketBook:new{
model = "PBBLux2",
@ -343,6 +354,8 @@ if codename == "PocketBook 515" then
return PocketBook515
elseif codename == "PocketBook 613" then
return PocketBook613
elseif codename == "PocketBook 614W" then
return PocketBook614W
elseif codename == "PB616W" or
codename == "PocketBook 616" then
return PocketBook616

Loading…
Cancel
Save