Page 1 of 1

how to test the trend of graph

Posted: Thu Mar 29, 2012 8:20 am
by lookingforfood
Hi
This is great forums!!!
I read some posts and wonder how you plot the graph of the joystick movement.
Do you look at the pixel movement on the screen?
Do you send x=1 and y=1 mouse movement and check the cursor move on the screen?

I just ordered Teensy and the serial board and ready to test out the software this weekend.
Glad I found this before spending too much $$ at x i m.

thanks!

Re: how to test the trend of graph

Posted: Fri Mar 30, 2012 7:37 am
by Matlo
Gimx gets raw events directly from the devices. There's no screen-related stuff.

To have an insight about how mouse movement is translated into joystick movement, read the beginning of this blog post.