mirror of
https://github.com/ClusterM/fdskey.git
synced 2025-12-19 14:29:21 +01:00
13 lines
280 B
C
13 lines
280 B
C
#ifndef IMAGE_STATE_PLAY_H
|
|
#define IMAGE_STATE_PLAY_H
|
|
|
|
#define IMAGE_STATE_PLAY_WIDTH 10
|
|
#define IMAGE_STATE_PLAY_HEIGHT 10
|
|
|
|
const unsigned char image_state_play[] =
|
|
{
|
|
0x01, 0x0C, 0x70, 0xC0, 0x03, 0x1F, 0x7C, 0xF0, 0xC0, 0x01, 0x03, 0x04, 0x00
|
|
};
|
|
|
|
#endif // IMAGE_STATE_PLAY_H
|