Re: Battery management?

From: Alain2210 <alain2210_at_free.fr>
Date: Tue, 20 Apr 2004 22:38:37 +0200

Hello,

> By the way, once battery management works and touchscreen calibration is
> ready (any good news, Alain?), I agree it makes sense to go mobile and
> chroot to an ext2 partition on a CF card.

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.

Sincerly,

Alain
Received on Tue Apr 20 2004 - 20:38:41 EDT

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:27 EDT