435 views
in Platform Packages by
I want to make annimation on a photo that apears on the LCD of STM32F469 while moving the accelerometer of my cart. What to to ??

2 Answers

0 votes
by

Hello

Look into following topics, This should give you clue.

About Animation: http://ask.embedded-wizard.de/1030/how-to-create-an-animation?show=1030#q1030

Device Driver: http://ask.embedded-wizard.de/292/device-class-and-device-driver-how-to-integrate-a-device?show=292#q292

After going through above topics.

what to do next??

Ans:

1. Take Accelerometer information via Device driver(You suppose to implement them in a way to fetch the accelerometer sensor data),

2. Implement the animation with respect to the received sensor data.

--

Maharaja

 

0 votes
by
Put your images into one multi-frame bitmap and let the Image view play the sequence. This can be achieved by setting the property Animated to true.

Embedded Wizard Website | Privacy Policy | Imprint

...