5 lines
190 B
C
5 lines
190 B
C
#define cd_width 9
|
|
#define cd_height 9
|
|
static unsigned char cd_bits[] = {
|
|
0x38, 0x00, 0x44, 0x00, 0x82, 0x00, 0x11, 0x01, 0x29, 0x01, 0x11, 0x01,
|
|
0x82, 0x00, 0x44, 0x00, 0x38, 0x00 };
|