Files
fdskey/FdsKey/Core/Inc/images/state_rewind.h
Alexey 'Cluster' Avdyukhin d8ce1ab44e New state image: rewinding
2023-04-16 11:20:56 +04:00

13 lines
292 B
C

#ifndef IMAGE_STATE_REWIND_H
#define IMAGE_STATE_REWIND_H
#define IMAGE_STATE_REWIND_WIDTH 10
#define IMAGE_STATE_REWIND_HEIGHT 10
const unsigned char image_state_rewind[] =
{
0x78, 0x10, 0x22, 0x50, 0x80, 0x01, 0x02, 0x08, 0xA0, 0x43, 0x86, 0xE8, 0x01
};
#endif // IMAGE_STATE_REWIND_H