[Kobo] Update H2O2 to nearly working touch. (#3481)

See https://www.mobileread.com/forums/showpost.php?p=3610605&postcount=24 for evtest output.
This commit is contained in:
Frans de Jonge
2017-11-13 08:38:42 +01:00
committed by GitHub
parent 0e5293f1eb
commit aa7d4f9751

View File

@@ -100,7 +100,8 @@ local KoboPhoenix = Kobo:new{
local KoboSnow = Kobo:new{ local KoboSnow = Kobo:new{
model = "Kobo_snow", model = "Kobo_snow",
hasFrontlight = yes, hasFrontlight = yes,
touch_phoenix_protocol = true, touch_alyssum_protocol = true,
touch_probe_ev_epoch_time = true,
display_dpi = 265, display_dpi = 265,
-- the bezel covers the top 11 pixels: -- the bezel covers the top 11 pixels:
viewport = Geom:new{x=0, y=11, w=1080, h=1429}, viewport = Geom:new{x=0, y=11, w=1080, h=1429},