5 lines
193 B
C
5 lines
193 B
C
#define rss_width 9
|
|
#define rss_height 9
|
|
static unsigned char rss_bits[] = {
|
|
0xff, 0x01, 0x01, 0x01, 0x7d, 0x01, 0x41, 0x01, 0x5d, 0x01, 0x51, 0x01,
|
|
0x55, 0x01, 0x01, 0x01, 0xff, 0x01 };
|