View Single Post
Old 07-21-2014, 07:53 AM   #40
cimh
Junior Member
cimh began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2014
Device: kobo touch
You are a genius - this is the solution and many thanks.

Quote:
Originally Posted by tshering View Post
I guess you are seeing the problem of some Kobo Touch devices, maybe models B and C, (you can find information somewhere in the koreader thread).

Find in ...
Code:
-- For single-touch events (ABS.code).
local ABS_X = 00
local ABS_Y = 01
and exchange the values vor ABS_X and ABS_Y:
Code:
-- For single-touch events (ABS.code).
local ABS_X = 01
local ABS_Y = 00
The file I needed to change was koreader/frontend/ui/input.lua around line 850 or thereabouts.

Very many thanks for your help with this.

After a few hours reading I must report that koreader seems to be a real advance over the std kobo software. It is much faster and the screen is more responsive. I am very pleased.

The advboot method of launching was simple to install, with a bit of help ;-) and works well. I can't compare it to the usual method of png files as I haven't tried it. I read about both methods and decided that this way seemed to be the cleanest / easiest.

My thanks to Shadoooo and Tshering

cimh

Last edited by cimh; 07-21-2014 at 03:45 PM.
cimh is offline   Reply With Quote