7 lines
293 B
C
7 lines
293 B
C
#define dimple1_width 16
|
|
#define dimple1_height 16
|
|
static unsigned char dimple1_bits[] = {
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};
|