5 lines
199 B
C
5 lines
199 B
C
#define radio_width 9
|
|
#define radio_height 9
|
|
static unsigned char radio_bits[] = {
|
|
0x80, 0x00, 0xfe, 0x00, 0x82, 0x00, 0xba, 0x00, 0xaa, 0x00, 0xba, 0x00,
|
|
0x82, 0x00, 0x82, 0x00, 0xfe, 0x00 };
|