View Single Post
Old 01-28-2018, 03:26 PM   #63
Amoz
Junior Member
Amoz began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jan 2018
Device: Kobo H2O2 (2017)
Quote:
Originally Posted by tshering View Post
Yes, please apply it to the system. The reason is that, it is helpful if we are all testing with the same code.
In adds/kbmenu/onstart/start_koreader.sh there you can find
Code:
  if [ "$PRODUCT" == "snow" ]; then
    koreaderrotate=2
Changing 2 to 0 should make Koreader display up-side-down. And if the touch coordinates were mirrored horizontally, display and touch orientation should now match each other.
Edit: I took vertically to mean "turned by 180°". If it is to be understood literally, changing 2 to 0 is no real improvement.
It seems like If I touch on the right side, it is registered on the corresponding side but on the left. The Y coordinate is the same. Seems there is already a separate protocol parsed for the H202, called "alyssum" [1]. I'm very curious if there's work going on to fix the multitouch issue. Would be nice to get the input registered when using only one finger instead of having to put another finger down first.

[1] https://github.com/koreader/koreader...evice.lua#L103
Amoz is offline   Reply With Quote