-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSINSWEEP.H
executable file
·83 lines (78 loc) · 5.02 KB
/
SINSWEEP.H
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#define SINSWEEP_LEN 921+13
// Used as a vertical axis wave in the cubescroll part
// Added the first 13 bytes at the end of the file, to make wrap-around smoother with the rolling window we use
static const unsigned char sinsweep[]=
{
0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8a,0x8b,0x8c,0x8d,
0x8e,0x8f,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x98,0x99,0x9a,
0x9b,0x9c,0x9c,0x9d,0x9d,0x9e,0x9e,0x9f,0x9f,0x9f,0xa0,0xa0,0xa0,
0xa0,0x9f,0x9f,0x9f,0x9e,0x9e,0x9d,0x9d,0x9c,0x9b,0x9a,0x99,0x98,
0x97,0x95,0x94,0x92,0x91,0x8f,0x8e,0x8c,0x8a,0x88,0x86,0x84,0x82,
0x80,0x7e,0x7c,0x7a,0x78,0x76,0x74,0x72,0x70,0x6e,0x6c,0x6b,0x69,
0x67,0x66,0x65,0x63,0x62,0x62,0x61,0x60,0x60,0x5f,0x5f,0x5f,0x60,
0x60,0x61,0x62,0x63,0x64,0x65,0x67,0x68,0x6a,0x6c,0x6f,0x71,0x73,
0x76,0x78,0x7b,0x7e,0x80,0x83,0x86,0x88,0x8b,0x8e,0x90,0x92,0x95,
0x97,0x99,0x9a,0x9c,0x9d,0x9e,0x9f,0x9f,0xa0,0xa0,0x9f,0x9f,0x9e,
0x9d,0x9b,0x9a,0x98,0x95,0x93,0x90,0x8e,0x8b,0x88,0x84,0x81,0x7e,
0x7b,0x78,0x74,0x71,0x6e,0x6c,0x69,0x67,0x65,0x63,0x62,0x61,0x60,
0x5f,0x5f,0x60,0x61,0x62,0x63,0x65,0x67,0x6a,0x6c,0x70,0x73,0x76,
0x7a,0x7d,0x81,0x85,0x89,0x8c,0x8f,0x93,0x96,0x98,0x9a,0x9c,0x9e,
0x9f,0xa0,0xa0,0x9f,0x9e,0x9d,0x9b,0x99,0x97,0x94,0x90,0x8d,0x89,
0x85,0x81,0x7d,0x79,0x75,0x71,0x6d,0x6a,0x67,0x65,0x62,0x61,0x60,
0x5f,0x5f,0x60,0x61,0x63,0x66,0x68,0x6c,0x6f,0x73,0x78,0x7c,0x80,
0x85,0x89,0x8e,0x91,0x95,0x98,0x9b,0x9d,0x9f,0x9f,0xa0,0x9f,0x9e,
0x9c,0x9a,0x97,0x93,0x8f,0x8b,0x86,0x82,0x7d,0x78,0x73,0x6f,0x6b,
0x68,0x65,0x62,0x60,0x60,0x5f,0x60,0x61,0x63,0x66,0x6a,0x6e,0x72,
0x77,0x7c,0x81,0x86,0x8b,0x90,0x94,0x98,0x9b,0x9d,0x9f,0xa0,0x9f,
0x9e,0x9d,0x9a,0x96,0x92,0x8e,0x89,0x83,0x7e,0x79,0x73,0x6e,0x6a,
0x66,0x63,0x61,0x60,0x5f,0x60,0x62,0x64,0x67,0x6c,0x70,0x76,0x7b,
0x81,0x87,0x8c,0x91,0x96,0x9a,0x9c,0x9f,0xa0,0x9f,0x9e,0x9c,0x99,
0x95,0x90,0x8b,0x85,0x7f,0x79,0x73,0x6e,0x69,0x65,0x62,0x60,0x5f,
0x60,0x61,0x64,0x67,0x6c,0x71,0x77,0x7d,0x83,0x89,0x8f,0x94,0x99,
0x9c,0x9e,0xa0,0x9f,0x9e,0x9b,0x98,0x93,0x8d,0x87,0x81,0x7a,0x74,
0x6e,0x69,0x65,0x62,0x60,0x5f,0x60,0x63,0x66,0x6b,0x70,0x76,0x7d,
0x84,0x8a,0x90,0x96,0x9a,0x9d,0x9f,0xa0,0x9f,0x9c,0x98,0x93,0x8d,
0x87,0x80,0x79,0x72,0x6c,0x67,0x63,0x61,0x5f,0x60,0x62,0x65,0x6a,
0x70,0x76,0x7e,0x85,0x8c,0x92,0x97,0x9c,0x9e,0xa0,0x9f,0x9d,0x99,
0x94,0x8e,0x87,0x80,0x78,0x71,0x6b,0x66,0x62,0x60,0x5f,0x61,0x64,
0x68,0x6e,0x75,0x7c,0x84,0x8b,0x92,0x98,0x9c,0x9f,0xa0,0x9f,0x9c,
0x98,0x92,0x8b,0x83,0x7b,0x74,0x6d,0x67,0x63,0x60,0x5f,0x61,0x64,
0x69,0x6f,0x76,0x7e,0x86,0x8e,0x95,0x9a,0x9e,0x9f,0x9f,0x9d,0x99,
0x93,0x8c,0x84,0x7c,0x74,0x6c,0x67,0x62,0x60,0x60,0x61,0x65,0x6b,
0x72,0x7a,0x83,0x8b,0x92,0x98,0x9d,0x9f,0x9f,0x9d,0x99,0x93,0x8c,
0x84,0x7b,0x73,0x6b,0x65,0x61,0x5f,0x60,0x63,0x68,0x6e,0x76,0x7f,
0x88,0x90,0x97,0x9c,0x9f,0xa0,0x9e,0x9a,0x93,0x8c,0x83,0x7a,0x72,
0x6a,0x65,0x61,0x5f,0x60,0x64,0x69,0x70,0x78,0x81,0x89,0x91,0x98,
0x9c,0x9f,0xa0,0x9e,0x9a,0x94,0x8d,0x84,0x7c,0x74,0x6c,0x66,0x62,
0x60,0x60,0x62,0x66,0x6c,0x73,0x7b,0x83,0x8b,0x93,0x99,0x9d,0x9f,
0xa0,0x9e,0x9a,0x94,0x8e,0x86,0x7e,0x76,0x6e,0x68,0x63,0x60,0x5f,
0x60,0x63,0x68,0x6e,0x75,0x7d,0x85,0x8c,0x93,0x99,0x9d,0x9f,0xa0,
0x9e,0x9b,0x96,0x90,0x89,0x81,0x7a,0x72,0x6c,0x66,0x62,0x60,0x5f,
0x61,0x64,0x68,0x6e,0x75,0x7c,0x84,0x8b,0x92,0x97,0x9c,0x9e,0xa0,
0x9f,0x9d,0x99,0x94,0x8e,0x87,0x80,0x79,0x72,0x6c,0x66,0x63,0x60,
0x5f,0x60,0x62,0x66,0x6b,0x71,0x78,0x7f,0x86,0x8d,0x93,0x98,0x9c,
0x9e,0xa0,0x9f,0x9d,0x9a,0x96,0x90,0x8a,0x83,0x7d,0x76,0x70,0x6a,
0x66,0x62,0x60,0x5f,0x60,0x62,0x65,0x6a,0x6f,0x75,0x7c,0x82,0x89,
0x8f,0x94,0x99,0x9c,0x9f,0xa0,0x9f,0x9e,0x9b,0x97,0x92,0x8d,0x86,
0x80,0x7a,0x74,0x6e,0x69,0x65,0x62,0x60,0x5f,0x60,0x61,0x64,0x68,
0x6d,0x72,0x78,0x7e,0x84,0x8a,0x8f,0x94,0x99,0x9c,0x9e,0x9f,0xa0,
0x9f,0x9d,0x9a,0x96,0x91,0x8c,0x86,0x81,0x7b,0x75,0x70,0x6b,0x67,
0x64,0x61,0x60,0x5f,0x60,0x61,0x64,0x67,0x6b,0x70,0x75,0x7b,0x80,
0x86,0x8b,0x90,0x94,0x98,0x9b,0x9e,0x9f,0xa0,0x9f,0x9e,0x9c,0x99,
0x95,0x91,0x8d,0x88,0x82,0x7d,0x78,0x73,0x6e,0x6a,0x67,0x64,0x61,
0x60,0x5f,0x60,0x61,0x62,0x65,0x68,0x6c,0x70,0x74,0x79,0x7e,0x83,
0x88,0x8c,0x91,0x95,0x98,0x9b,0x9d,0x9f,0x9f,0xa0,0x9f,0x9e,0x9c,
0x99,0x96,0x93,0x8f,0x8b,0x86,0x82,0x7d,0x78,0x74,0x70,0x6c,0x69,
0x66,0x63,0x61,0x60,0x5f,0x5f,0x60,0x61,0x63,0x65,0x68,0x6b,0x6e,
0x72,0x76,0x7a,0x7e,0x83,0x87,0x8b,0x8f,0x92,0x95,0x98,0x9b,0x9d,
0x9e,0x9f,0xa0,0xa0,0x9f,0x9e,0x9d,0x9b,0x98,0x95,0x92,0x8f,0x8c,
0x88,0x84,0x80,0x7c,0x79,0x75,0x72,0x6e,0x6b,0x68,0x66,0x64,0x62,
0x61,0x60,0x5f,0x5f,0x60,0x60,0x62,0x63,0x65,0x67,0x69,0x6c,0x6f,
0x72,0x75,0x79,0x7c,0x7f,0x83,0x86,0x89,0x8c,0x8f,0x92,0x95,0x97,
0x99,0x9b,0x9d,0x9e,0x9f,0x9f,0xa0,0xa0,0x9f,0x9f,0x9e,0x9d,0x9b,
0x99,0x97,0x95,0x93,0x91,0x8e,0x8b,0x88,0x86,0x83,0x80,0x7d,0x7a,
0x77,0x75,0x72,0x70,0x6d,0x6b,0x69,0x67,0x65,0x64,0x63,0x62,0x61,
0x60,0x60,0x5f,0x5f,0x60,0x60,0x61,0x61,0x62,0x64,0x65,0x66,0x68,
0x6a,0x6b,0x6d,0x6f,0x72,0x74,0x76,0x78,0x7a,0x7d,0x7f,0x7f,
0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8a,0x8b,0x8c,0x8d,
};