summaryrefslogtreecommitdiff
path: root/lib/animations/animations.h
blob: b89c96264b9c41387a60ccfe2b2b6217cb94897e (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;