GUI: internal IconAnimation API. More...
Go to the source code of this file.
Data Structures | |
struct | IconAnimation |
Functions | |
const uint8_t * | icon_animation_get_data (const IconAnimation *instance) |
Get pointer to current frame data. | |
void | icon_animation_next_frame (IconAnimation *instance) |
Advance to next frame. | |
void | icon_animation_timer_callback (void *context) |
IconAnimation timer callback. | |
GUI: internal IconAnimation API.
const uint8_t * icon_animation_get_data | ( | const IconAnimation * | instance | ) |
Get pointer to current frame data.
instance | IconAnimation instance |
void icon_animation_next_frame | ( | IconAnimation * | instance | ) |
Advance to next frame.
instance | IconAnimation instance |
void icon_animation_timer_callback | ( | void * | context | ) |
IconAnimation timer callback.
context | pointer to IconAnimation |