Re: [PATCH weston] clients: Add a weston-autorotater client and rotater protocol

2016-08-10 Thread Pekka Paalanen
On Mon, 8 Aug 2016 16:36:36 +0100 Emmanuel Gil Peyrot wrote: > On Mon, May 23, 2016 at 12:00:13PM +0300, Pekka Paalanen wrote: > > On Sat, 21 May 2016 03:43:04 +0100 > > Emmanuel Gil Peyrot wrote: > > > > > This client uses libiio to retrieve accelerometer values from the iio > > > subsystem

Re: [PATCH weston] clients: Add a weston-autorotater client and rotater protocol

2016-08-08 Thread Emmanuel Gil Peyrot
On Mon, May 23, 2016 at 12:00:13PM +0300, Pekka Paalanen wrote: > On Sat, 21 May 2016 03:43:04 +0100 > Emmanuel Gil Peyrot wrote: > > > This client uses libiio to retrieve accelerometer values from the iio > > subsystem on Linux (and maybe some other kernels), and automatically > > rotate the out

Re: [PATCH weston] clients: Add a weston-autorotater client and rotater protocol

2016-05-23 Thread Pekka Paalanen
On Sat, 21 May 2016 03:43:04 +0100 Emmanuel Gil Peyrot wrote: > This client uses libiio to retrieve accelerometer values from the iio > subsystem on Linux (and maybe some other kernels), and automatically > rotate the output whenever orientation changed. > > I tested it with a mma8453 accelerome

[PATCH weston] clients: Add a weston-autorotater client and rotater protocol

2016-05-20 Thread Emmanuel Gil Peyrot
This client uses libiio to retrieve accelerometer values from the iio subsystem on Linux (and maybe some other kernels), and automatically rotate the output whenever orientation changed. I tested it with a mma8453 accelerometer, but everything needed should be available in the configuration to mak