Created
July 19, 2023 15:08
-
-
Save benevpi/5b6b597badd0cc21583aefc7198fe2d8 to your computer and use it in GitHub Desktop.
Arduino Uno R4 blinking eye animation H file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const uint32_t blink[][4] = { | |
{ | |
0xf036c4f, | |
0x29f94f23, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0xf03cc5e, | |
0x2bf15e23, | |
0xcc0f0000, | |
66 | |
}, | |
{ | |
0xf036c4f, | |
0x29f94f23, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0xf033c47, | |
0xa8fd47a3, | |
0x3c0f0000, | |
66 | |
}, | |
{ | |
0x1f87f, | |
0xe9f94f23, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0x7f, | |
0xe9f94f23, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0x0, | |
0xfff4f23, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0x0, | |
0xc037fe3, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0x0, | |
0xc037fe3, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0x0, | |
0xfff4f23, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0x7f, | |
0xe9f94f23, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0x1f87f, | |
0xe9f94f23, | |
0x6c0f0000, | |
66 | |
}, | |
{ | |
0x1f87f, | |
0xe9f94f23, | |
0x6c0f0000, | |
66 | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment