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

Cf. <#6311>.
This commit is contained in:
roshavagarga
2020-06-26 17:15:49 +03:00
committed by GitHub
parent 43693c9fe9
commit 46bf88c573

View File

@@ -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