summaryrefslogtreecommitdiff
path: root/firmware/lib/animations/animations.h
blob: 628829b64062ba00bbb4a1964656b4e55363fe3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <Arduino.h>

#pragma once

extern const byte animacja1[][512];
extern int animacja1Width;
extern int animacja1Height;
extern int animacja1FrameCount;

extern const byte animacja2[][512];
extern int animacja2Width;
extern int animacja2Height;
extern int animacja2FrameCount;