5 lines
120 B
C
5 lines
120 B
C
|
#define flipped_gray_width 4
|
||
|
#define flipped_gray_height 2
|
||
|
static unsigned char flipped_gray_bits[] = {
|
||
|
0x07, 0x0d};
|