Add viewport for PB743K3 (#11302)

The bezel covers a couple of pixels of the screen, so adjust not to show content under the bezel.
reviewable/pr11321/r1
Mihai Vasiliu 4 months ago committed by GitHub
parent 63329569eb
commit 5d2a441064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
local Generic = require("device/generic/device") -- <= look at this file!
local Geom = require("ui/geometry")
local UIManager
local logger = require("logger")
local ffi = require("ffi")
@ -706,6 +707,7 @@ end
local PocketBook743K3 = PocketBook:extend{
model = "PBInkPadColor3",
display_dpi = 300,
viewport = Geom:new{x=3, y=2, w=1395, h=1864},
color_saturation = 1.5,
hasColorScreen = yes,
canHWDither = yes, -- Adjust color saturation with inkview

Loading…
Cancel
Save