Rain92 / UltimateMangaReader

A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
GNU Affero General Public License v3.0
176 stars 24 forks source link

Kobo Touch (N905) doesn't seem to respect touchscreen settings #60

Open alex-musick opened 2 years ago

alex-musick commented 2 years ago

Touch input is received, but the location is both rotated and offset. No combination of touchscreen_rotate, touchscreen_invert_x, and touchscreen_invert_y values seems to change anything about how input is handled. It's still sideways.

Specifically, input is rotated 90 degrees clockwise. Or in other words, rotating the device 90 degrees counter-clockwise makes touch properly go from top to bottom (albeit with the screen still misaligned because the device does not support rotation).

AnnoyedDev commented 2 years ago

Try https://github.com/Rain92/UltimateMangaReader/issues/10#issuecomment-782843394