Quote:
Originally Posted by sergeyvl12
H2O2 touch plugin cantains one hardcode:
Code:
case ABS_MT_POSITION_X:
if ( 0 == trId )
state.setX(1440 - in.value); // TODO: remove hardcode
break;
and probably will work correctly only if
/sys/class/graphics/fb0/rotate = 0
I have always 0 and use -display:transformed for rotation.
|
Thank you, Sergey! It is nice that you visit more often now Mobileread.
For the H2O2 with /sys/class/graphics/fb0/rotate = 0, one has to use
Code:
export QWS_DISPLAY=Transformed:KoboFB:Rot270
Is this correct?