mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
6 lines
225 B
C
6 lines
225 B
C
#define right_width 11
|
|
#define right_height 11
|
|
static unsigned char right_bits[] = {
|
|
0x01, 0x00, 0x07, 0x00, 0x1f, 0x00, 0x7f, 0x00, 0xff, 0x01, 0xff, 0x07,
|
|
0xff, 0x01, 0x7f, 0x00, 0x1f, 0x00, 0x07, 0x00, 0x01, 0x00};
|
|
|