more robust dsi touch
This commit is contained in:
parent
4a330878ae
commit
bf013a7c18
|
@ -1140,6 +1140,7 @@ u16 DSI_TSC::read16()
|
||||||
{
|
{
|
||||||
if(nds.isTouch)
|
if(nds.isTouch)
|
||||||
return 0;
|
return 0;
|
||||||
|
else return 0x40;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 14:
|
case 14:
|
||||||
|
@ -1147,6 +1148,7 @@ u16 DSI_TSC::read16()
|
||||||
{
|
{
|
||||||
if(nds.isTouch)
|
if(nds.isTouch)
|
||||||
return 0;
|
return 0;
|
||||||
|
else return 2;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue