blob: 647d2a9db4653244985fb71ad7765ee817d1d7f4 (
plain)
1
2
3
4
5
|
#define scroll_width 9
#define scroll_height 9
static unsigned char scroll_bits[] = {
0xfc, 0x00, 0x42, 0x01, 0x21, 0x00, 0x21, 0x00, 0x42, 0x00, 0x84, 0x00,
0x84, 0x00, 0x42, 0x00, 0x3f, 0x00 };
|