#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