mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 20:05:15 +00:00
7 lines
305 B
C
7 lines
305 B
C
#define sm_document_width 13
|
|
#define sm_document_height 16
|
|
static unsigned char sm_document_bits[] = {
|
|
0xff, 0x03, 0x01, 0x06, 0x01, 0x0a, 0x01, 0x1e, 0x01, 0x10, 0x01, 0x10,
|
|
0x01, 0x10, 0x01, 0x10, 0x01, 0x10, 0x01, 0x10, 0x01, 0x10, 0x01, 0x10,
|
|
0x01, 0x10, 0x01, 0x10, 0x01, 0x10, 0xff, 0x1f};
|