Files
fdskey/FdsKey/Core/Inc/images/state_play.h
2023-03-18 23:55:29 +04:00

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