View Single Post
Old 05-08-2013, 07:45 AM   #160
onyxuser
Member
onyxuser began at the beginning.
 
Posts: 22
Karma: 16
Join Date: Aug 2012
Device: Onyx Boox M92, Onyx Boox Max Carta
https://github.com/onyx-intl/toolcha...ugins/hanvon.c


// for freescale imx508 9.7 inch
samp->y = samp->y * 1200 / 0x2000;
samp->x = samp->x * 825 / 0x1800;

from which we can conclude that digitizer panel has 8192x6144 resolution, but software reduces it to screen resolution

Last edited by onyxuser; 05-08-2013 at 07:47 AM.
onyxuser is offline   Reply With Quote