Quote:
Originally Posted by tshering
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