5 lines
140 B
C
5 lines
140 B
C
|
#define spkr_01_width 8
|
||
|
#define spkr_01_height 8
|
||
|
static unsigned char spkr_01_bits[] = {
|
||
|
0x08, 0x4C, 0x8F, 0xAF, 0xAF, 0x8F, 0x4C, 0x08 };
|