Quote:
Originally Posted by Amoz
Sure, what do you want me to look at? Applying it to my system?
|
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.