mirror of
https://github.com/ClusterM/fdskey.git
synced 2025-12-19 14:29:21 +01:00
13 lines
268 B
C
13 lines
268 B
C
#ifndef IMAGE_STATE_FF_H
|
|
#define IMAGE_STATE_FF_H
|
|
|
|
#define IMAGE_STATE_FF_WIDTH 10
|
|
#define IMAGE_STATE_FF_HEIGHT 10
|
|
|
|
const unsigned char image_state_ff[] =
|
|
{
|
|
0x21, 0x8C, 0x71, 0xCE, 0x7B, 0xFF, 0xFF, 0xFF, 0xDE, 0x39, 0x63, 0x84, 0x00
|
|
};
|
|
|
|
#endif // IMAGE_STATE_FF_H
|