Shop OBEX P1 Docs P2 Docs Learn Events
Dynamic graphics again — Parallax Forums

Dynamic graphics again

TumblerTumbler Posts: 323
edited 2010-07-15 06:57 in General Discussion
A Chinese friend of my asked me to create an artificial horizon meter for his axis-Accelerometer.
Well, here it is. [noparse]:)[/noparse]

An example.

img src="http://**path to your php server**/horizon.php?angle=0


will show:
horizon.php?angle=0

Turning 30 degrees to the left:
img src="http://**path to your php server**/horizon.php?angle=-30


horizon.php?angle=-30

And turning 60 degrees to the right:
img src="http://**path to your php server**/horizon.php?angle=60


horizon.php?angle=60

Or flying upside down:
img src="http://**path to your php server**/horizon.php?angle=180


horizon.php?angle=180
Sign In or Register to comment.