-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathzoom_circles.c
16 lines (15 loc) · 925 Bytes
/
zoom_circles.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "zoom_circles.h"
const unsigned char zoom_circles_data[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 24, 0, 24, 0, 0, 0, 0, 0, 0, 0,
0, 0, 24, 0, 60, 0, 126, 0, 126, 0, 60, 0, 24, 0, 0, 0,
60, 0, 126, 0, 255, 0, 255, 0, 255, 0, 255, 0, 126, 0, 60, 0,
255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0,
255, 0, 255, 0, 255, 0, 231, 0, 231, 0, 255, 0, 255, 0, 255, 0,
255, 0, 231, 0, 195, 0, 129, 0, 129, 0, 195, 0, 231, 0, 255, 0,
195, 0, 129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 129, 0, 195, 0,
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255
};
const unsigned char zoom_circles_tiles[] = {
0, 1, 2, 3, 4, 5, 6, 7, 8
};