#include "stm32f4xx_hal.h"
typedef struct {
uint8_t width;
uint8_t height;
uint8_t *buffer;
} SpriteDef;
uint8_t frames;
uint8_t *buffer[5];
} AnimationDef;
extern AnimationDef animation;