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

13 lines
200 B
C

#ifndef IMAGE_CURSOR_H
#define IMAGE_CURSOR_H
#define IMAGE_CURSOR_WIDTH 3
#define IMAGE_CURSOR_HEIGHT 8
const unsigned char image_cursor[] =
{
0x40, 0xB6, 0x00, 0x00
};
#endif // IMAGE_CURSOR_H