Image::setFrame
Description
void Image::setFrame( uint16_t frame )
Image::setFrame will set the frame of the image to the specified frame, or to the last one if frame is larger than the amount of frames.
Parameters
- uint16_t frame: frame number
Returns
none
Example
N/A