mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
5 lines
140 B
C
Executable file
5 lines
140 B
C
Executable file
#define spkr_01_width 8
|
|
#define spkr_01_height 8
|
|
static unsigned char spkr_01_bits[] = {
|
|
0x08, 0x4C, 0x8F, 0xAF, 0xAF, 0x8F, 0x4C, 0x08 };
|