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
Diff: Animation.h
- Revision:
- 1:9e3293ab4ad9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Animation.h Wed Oct 11 22:51:50 2017 +0000 @@ -0,0 +1,25 @@ +#ifndef POK_ANIMATIONTEST_H +#define POK_ANIMATIONTEST_H + +extern const uint16_t m_anim_pal[]; +extern const uint8_t m_cheeks[]; +extern const uint8_t m_dreamy[]; +extern const uint8_t m_eyepupil[]; +extern const uint8_t m_grin[]; +extern const uint8_t m_flat[]; +extern const uint8_t m_halfpupil[]; +extern const uint8_t m_heart[]; +extern const uint8_t m_lefteye[]; +extern const uint8_t m_lids_closed[]; +extern const uint8_t m_lids_halfeyes[]; +extern const uint8_t m_lids_smug[]; +extern const uint8_t m_oh[]; +extern const uint8_t m_professoreyes[]; +extern const uint8_t m_righteye[]; +extern const uint8_t m_smile[]; +extern const uint8_t m_smile_open[]; +extern const uint8_t m_squint[]; +extern const uint8_t m_tongue[]; + +#endif // POK_ANIMATIONTEST_H +
