diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2025-12-22 23:30:13 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2025-12-22 23:30:13 +0100 |
| commit | 967500ab8abefa6700941d589979176677ab0d72 (patch) | |
| tree | 44e818d80accb785b467017dc2642e2af67cdfb7 /lib/animations/animations.h | |
| parent | 86ba591615dde725833b2a024c79f9611326d8eb (diff) | |
yyy
Diffstat (limited to 'lib/animations/animations.h')
| -rw-r--r-- | lib/animations/animations.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/lib/animations/animations.h b/lib/animations/animations.h index b89c962..628829b 100644 --- a/lib/animations/animations.h +++ b/lib/animations/animations.h @@ -1,13 +1,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; +#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;
|