Remove the Aura SE viewport

This feels somewhat arbitrary and potentially unneeded,
and it'll prevent full blits, so, off it goes.
pull/4852/head
NiLuJe 5 years ago
parent 9ecc2dd119
commit 04f5bc7823

@ -153,8 +153,6 @@ local KoboStar = Kobo:new{
touch_probe_ev_epoch_time = true,
touch_phoenix_protocol = true,
display_dpi = 212,
-- the bezel covers 1-2 pixels on each side:
viewport = Geom:new{x=1, y=0, w=756, h=1024},
}
-- Kobo Aura second edition, Rev 2:
@ -165,8 +163,6 @@ local KoboStarRev2 = Kobo:new{
touch_probe_ev_epoch_time = true,
touch_phoenix_protocol = true,
display_dpi = 212,
-- the bezel covers 1-2 pixels on each side:
viewport = Geom:new{x=1, y=0, w=756, h=1024},
}
-- Kobo Glo HD:

Loading…
Cancel
Save