claude done anims
This commit is contained in:
@@ -10,7 +10,12 @@ extern TextNode text_nodes[MAX_TEXT_NODES_COUNT];
|
||||
extern MultiColorTextNode multi_color_text_node[MAX_TEXT_NODES_COUNT];
|
||||
extern Cursor cursor;
|
||||
extern unsigned char brightness;
|
||||
extern Animation animations[MAX_ANIMATIONS_COUNT];
|
||||
|
||||
void displayAnimationFrame(unsigned char animation_index);
|
||||
void tickAnimations();
|
||||
void playAnimation(unsigned char index, unsigned char frame_delay, bool loop);
|
||||
void stopAnimation(unsigned char index);
|
||||
|
||||
void drawImageFromMemoryByIndex(unsigned char image_index, short pos_x, short pos_y, unsigned char brightness = 100);
|
||||
void setPixel(short x, short y, uint32_t color);
|
||||
|
||||
Reference in New Issue
Block a user