Closed Sudupatil closed 10 months ago
Hello,
I there any function available to start and stop animation? i had tried hmi.setVP(0x5200, 1); // to start animation as per DWIN Instruction
7.3.3 Example of Instruction ①Turn on animation, loop play mode 5A A5 05 82 5650 0001 5A A5 Frame header; 05 Data length; 82 Write instruction; 6550 VP; 0001 Write 1 to start animation value.
②Stop animation, loop play mode 5A A5 05 82 5650 0000 5A A5 Frame header; 05 Data length; 82 Write instruction; 6550 VP; 0000 write 0 to stop animation value.
set VP should work, but in my case it didn't. am doing something wrong?
Thanks
Never Mind, That's Working. Only thing i have to set start to 1.
Hello,
I there any function available to start and stop animation? i had tried hmi.setVP(0x5200, 1); // to start animation as per DWIN Instruction
7.3.3 Example of Instruction ①Turn on animation, loop play mode 5A A5 05 82 5650 0001 5A A5 Frame header; 05 Data length; 82 Write instruction; 6550 VP; 0001 Write 1 to start animation value.
②Stop animation, loop play mode 5A A5 05 82 5650 0000 5A A5 Frame header; 05 Data length; 82 Write instruction; 6550 VP; 0000 write 0 to stop animation value.
set VP should work, but in my case it didn't. am doing something wrong?
Thanks