mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Kindle Scribe: fix touch input (#11285)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user