mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-18 11:08:26 +00:00
7 lines
302 B
C
7 lines
302 B
C
#define sm_application_width 15
|
|
#define sm_application_height 15
|
|
static unsigned char sm_application_bits[] = {
|
|
0x80, 0x00, 0x40, 0x01, 0x20, 0x02, 0x10, 0x04, 0x08, 0x08, 0x04, 0x10,
|
|
0x02, 0x26, 0x01, 0x49, 0x82, 0x72, 0x64, 0x6f, 0x88, 0x60, 0x10, 0x7f,
|
|
0x20, 0x62, 0x40, 0x01, 0x80, 0x00};
|