Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PokittoLib
Fork of HelloWorld by
Animation.h@1:9e3293ab4ad9, 2017-10-11 (annotated)
- Committer:
- Pokitto
- Date:
- Wed Oct 11 22:51:50 2017 +0000
- Revision:
- 1:9e3293ab4ad9
Initial Commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Pokitto | 1:9e3293ab4ad9 | 1 | #ifndef POK_ANIMATIONTEST_H |
| Pokitto | 1:9e3293ab4ad9 | 2 | #define POK_ANIMATIONTEST_H |
| Pokitto | 1:9e3293ab4ad9 | 3 | |
| Pokitto | 1:9e3293ab4ad9 | 4 | extern const uint16_t m_anim_pal[]; |
| Pokitto | 1:9e3293ab4ad9 | 5 | extern const uint8_t m_cheeks[]; |
| Pokitto | 1:9e3293ab4ad9 | 6 | extern const uint8_t m_dreamy[]; |
| Pokitto | 1:9e3293ab4ad9 | 7 | extern const uint8_t m_eyepupil[]; |
| Pokitto | 1:9e3293ab4ad9 | 8 | extern const uint8_t m_grin[]; |
| Pokitto | 1:9e3293ab4ad9 | 9 | extern const uint8_t m_flat[]; |
| Pokitto | 1:9e3293ab4ad9 | 10 | extern const uint8_t m_halfpupil[]; |
| Pokitto | 1:9e3293ab4ad9 | 11 | extern const uint8_t m_heart[]; |
| Pokitto | 1:9e3293ab4ad9 | 12 | extern const uint8_t m_lefteye[]; |
| Pokitto | 1:9e3293ab4ad9 | 13 | extern const uint8_t m_lids_closed[]; |
| Pokitto | 1:9e3293ab4ad9 | 14 | extern const uint8_t m_lids_halfeyes[]; |
| Pokitto | 1:9e3293ab4ad9 | 15 | extern const uint8_t m_lids_smug[]; |
| Pokitto | 1:9e3293ab4ad9 | 16 | extern const uint8_t m_oh[]; |
| Pokitto | 1:9e3293ab4ad9 | 17 | extern const uint8_t m_professoreyes[]; |
| Pokitto | 1:9e3293ab4ad9 | 18 | extern const uint8_t m_righteye[]; |
| Pokitto | 1:9e3293ab4ad9 | 19 | extern const uint8_t m_smile[]; |
| Pokitto | 1:9e3293ab4ad9 | 20 | extern const uint8_t m_smile_open[]; |
| Pokitto | 1:9e3293ab4ad9 | 21 | extern const uint8_t m_squint[]; |
| Pokitto | 1:9e3293ab4ad9 | 22 | extern const uint8_t m_tongue[]; |
| Pokitto | 1:9e3293ab4ad9 | 23 | |
| Pokitto | 1:9e3293ab4ad9 | 24 | #endif // POK_ANIMATIONTEST_H |
| Pokitto | 1:9e3293ab4ad9 | 25 |
