Hello Alain,
Definitely drifting away from the battery topic...
I see that your equations have hard-coded parameters. How is the device
supposed to fill in values from calibration?
>
>I do not have some news about the touchscreen. It is now quite usable (clearly not
>perfect but I am able to add an appointment to the calendar or a contact).
>
>The matchbox wm is very unstable (I have to do a lot of /etc/init.d/gpe-dm
>start/stop), I do
>not know why.
>
>the lines added to the tsdev are :
>long xlong,ylong;
>
>xlong = x;
>ylong = y;
>xlong = ((x * 89) >> 8) - 58;
>ylong = 320 * (((9 * x * x) >> 16) - ((37 * x) >> 8) + 905 - y) / ((((9 + 18) *
>x * x) >> 16) - (((37 + 32) * x) >> 8) + (905 - 326));
>
>x = ( xlong < 0 ? 0 : xlong );
>x = ( xlong > 240 ? 240 : xlong);
>y = ( ylong < 0 ? 0 : ylong );
>y = ( ylong > 320 ? 320 : ylong);
>
>Of course they are not in there place in tsdev and probably should be in shamcop_ts.
>
>
That would be great if you could make a patch to shamcop_ts! This way,
other people will be able to play with it!
Thanks for everything you do and for your stubbornness (I just
learnt this English word recently by reading Richard Stallman's biography).
:-)
Michael.
-- Michael Opdenacker http://opdenacker.org/Received on Wed Apr 21 2004 - 17:03:08 EDT
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:27 EDT