Use this function to show a animated character on lcd. The function demands the following parameters:
Parameter 1 -> custom char file
Parameter 2 -> speed of animation
Parameter 3 -> position in cgram
Befor using this function call, you have to create a animation using the custom char generator. Every custom char defintion is a frame.
Assign the path + filename of the custom char file to parameter 1. At first the application searches in the chars directory for the custom char file, if it doesnt exist it uses the path given in parameter 1 as absolute path.
Example:
%Extra.AnimChar(anim.cd,10,0)
This function call uses the file "anim.cd" stored in the chars directory to output a animated character on lcd using speed 10 and the cgram postion 0.