Kindle Scribe: fix touch input (#11285)

This commit is contained in:
mergen3107
2023-12-27 17:06:18 -05:00
committed by GitHub
parent 57cbde5901
commit 4c2fc1eb81

View File

@@ -638,7 +638,7 @@ local KindleScribe = Kindle:extend{
hasLightSensor = yes,
hasGSensor = yes,
display_dpi = 300,
touch_dev = "/dev/input/by-path/platform-1001e000.i2c-event",
touch_dev = "/dev/input/touch",
-- NOTE: TBC whether dithering actually works on Bellatrix3...
canHWDither = no,
canDoSwipeAnimation = yes,